Class ConjunctiveWhere
Database wrapper can support
any of the conditions
Inheritance
System.Object
ConjunctiveWhere
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 ConjunctiveWhere : ISelection
Properties
| Improve this Doc View SourceConditions
Database wrapper can support
any of the 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 can support
any of the 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 |