Class DisjunctiveWhere
Database wrapper have to support
all
conditions
Inheritance
System.Object
DisjunctiveWhere
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Data.Entities
Assembly: Mars.Core.dll
Syntax
public class DisjunctiveWhere : ISelection
Properties
| Improve this Doc View SourceConditions
Database wrapper have to support
all
conditions
Declaration
public IEnumerable<Condition> Conditions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Condition> |
Methods
| Improve this Doc View SourceEvaluate(IDictionary<String, Object>)
Database wrapper have to support
all
conditions
Declaration
public bool Evaluate(IDictionary<string, object> data)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> | data |
Returns
Type | Description |
---|---|
System.Boolean |