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!

SchemaMappingEventArgs.DataTable

[To be supplied.]

[Visual Basic]
Public Property DataTable As DataTable
[C#]
public DataTable DataTable {get; set;}
[C++]
public: __property DataTable* get_DataTable();
public: __property void set_DataTable(DataTable*);
[JScript]
public function get DataTable() : DataTable;
public function set DataTable(DataTable);

See Also

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