Class Sort
Inheritance
System.Object
Sort
Implements
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 Sort : ISort
Properties
| Improve this Doc View SourceAscending
Declaration
public bool Ascending { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |