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!

RelatedView.SetIndex

[To be supplied.]

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

Parameters

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

See Also

RelatedView Class | RelatedView Members | System.Data Namespace