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!

DBDataReader.dbSchemaTable

[To be supplied.]

[Visual Basic]
Protected dbSchemaTable As DataTable
[C#]
protected DataTable dbSchemaTable;
[C++]
protected: DataTable* dbSchemaTable;
[JScript]
protected var dbSchemaTable : DataTable;

See Also

DBDataReader Class | DBDataReader Members | System.Data.Internal Namespace