Class GetMultiplePredicate.GetMultiplePredicateItem
Inheritance
System.Object
GetMultiplePredicate.GetMultiplePredicateItem
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 GetMultiplePredicateItem
Properties
| Improve this Doc View SourceSort
Declaration
public IList<ISort> Sort { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ISort> |
Type
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Value
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |