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!

SQLDataReader.SchemaTable

[To be supplied.]

[Visual Basic]
Overridable Public ReadOnly Property SchemaTable As DataTable
[C#]
public DataTable SchemaTable {virtual get;}
[C++]
public: __property virtual DataTable* get_SchemaTable();
[JScript]
public function get SchemaTable() : DataTable;

See Also

SQLDataReader Class | SQLDataReader Members | System.Data.SQL Namespace