AllowSort
Holds a Boolean value that can be used for specifying weather this field can contain Null values.
This value doesn't necessarily indicate that the field will be used in the sort, but if this is true, only then the field's Sort property will be used.
This can be useful to the User Interface controls to be able to decide if this field will allow sorting or not.
| C# | |
|---|---|
public bool AllowSort {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0