DataTypeIsSortable Property |
Gets or sets a value indicating whether the data type is sortable.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IsSortable { get; set; }Public Property IsSortable As Boolean
Get
Set
public:
property bool IsSortable {
bool get ();
void set (bool value);
}member IsSortable : bool with get, set
Property Value
Type:
Boolean if the data type is sortable; otherwise,
.
See Also