NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataView.SetIndex

[To be supplied.]

[Visual Basic]
Overridable Protected Sub SetIndex( _
   ByVal newSort As String, _
   ByVal newRowStates As DataViewRowState, _
   ByVal newRowFilter As DataFilter _
)
[C#]
protected virtual void SetIndex(
   string newSort,
   DataViewRowState newRowStates,
   DataFilter newRowFilter
);
[C++]
protected: virtual void SetIndex(
   String* newSort,
   DataViewRowState newRowStates,
   DataFilter* newRowFilter
);
[JScript]
protected function SetIndex(
   newSort : String,
   newRowStates : DataViewRowState,
   newRowFilter : DataFilter
);

Parameters

newSort
[To be supplied.]
newRowStates
[To be supplied.]
newRowFilter
[To be supplied.]

See Also

DataView Class | DataView Members | System.Data Namespace