Class ConjunctiveWhere
Database wrapper can support
any
of the conditions
Inheritance
System.Object
ConjunctiveWhere
Implements
Namespace: Mars.Core.Data.Entities
Assembly: Mars.Core.dll
Syntax
public class ConjunctiveWhere : object, ISelection
Properties
Conditions
Declaration
public IEnumerable<Condition> Conditions { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Condition> |
Methods
Evaluate(IDictionary<String, Object>)
Declaration
public bool Evaluate(IDictionary<string, object> data)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<System.String, System.Object> | data |
Returns
Type | Description |
---|---|
System.Boolean |