Definition at line 283 of file DataView.cs.
284 {
285 get
286 {
288 {
290 }
292 }
294 set
295 {
297 {
298 value =
string.Empty;
299 }
300 DataCommonEventSource.Log.Trace(
"<ds.DataView.set_Sort|API> {0}, '{1}'",
ObjectID,
value);
302 {
304 return;
305 }
308 {
312 }
313 }
314 }
string FormatSortString(IndexField[] indexDesc)
IndexField[] _primaryIndex
DataViewRowState _recordStates
void CheckSort(string sort)
Comparison< DataRow > _comparison
virtual void SetIndex(string newSort, DataViewRowState newRowStates, IFilter newRowFilter)
Referenced by System.Data.DataView.DataView(), System.Data.DataView.ApplySort(), System.Data.DataView.ApplySort(), System.Data.DataView.EndInit(), System.Data.DataView.Equals(), System.Data.DataView.RemoveSort(), and System.Data.DataView.UpdateIndex().