[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);
SchemaMappingEventArgs Class | SchemaMappingEventArgs Members | System.Data.Internal Namespace