Class BetweenPredicate<T>
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 BetweenPredicate<T> : BasePredicate, IBasePredicate, IBetweenPredicate, IPredicate where T : class
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceNot
Declaration
public bool Not { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Value
Declaration
public BetweenValues Value { get; set; }
Property Value
Type | Description |
---|---|
BetweenValues |
Methods
| Improve this Doc View SourceGetSql(ISqlGenerator, IDictionary<String, Object>)
Declaration
public override 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 |