Class PredicateGroup
Groups IPredicates together using the specified group operator.
Inheritance
System.Object
PredicateGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DapperExtensions
Assembly: DapperExtensions.StrongName.dll
Syntax
public class PredicateGroup : IPredicateGroup, IPredicate
Properties
| Improve this Doc View SourceOperator
Declaration
public GroupOperator Operator { get; set; }
Property Value
Type | Description |
---|---|
GroupOperator |
Predicates
Declaration
public IList<IPredicate> Predicates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IPredicate> |
Methods
| Improve this Doc View SourceGetSql(ISqlGenerator, IDictionary<String, Object>)
Declaration
public string GetSql(ISqlGenerator sqlGenerator, IDictionary<string, object> parameters)
Parameters
Type | Name | Description |
---|---|---|
ISqlGenerator | sqlGenerator | |
System.Collections.Generic.IDictionary<System.String, System.Object> | parameters |
Returns
Type | Description |
---|---|
System.String |