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!

IDataReader.Filter

[To be supplied.]

[Visual Basic]
Property Filter As String
[C#]
string Filter {get; set;}
[C++]
String* get_Filter() = 0;void set_Filter(String*) = 0;
[JScript]
abstract function get Filter() : String;
public abstract function set Filter(String);

See Also

IDataReader Interface | IDataReader Members | System.Data Namespace