Interface IPredicateGroup
Inherited Members
Namespace: DapperExtensions
Assembly: DapperExtensions.StrongName.dll
Syntax
public interface IPredicateGroup : IPredicate
Properties
| Improve this Doc View SourceOperator
Declaration
GroupOperator Operator { get; set; }
Property Value
Type | Description |
---|---|
GroupOperator |
Predicates
Declaration
IList<IPredicate> Predicates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IPredicate> |