[To be supplied.]
[Visual Basic] Public Property Table As DataTable [C#] public DataTable Table {get; set;} [C++] public: __property DataTable* get_Table(); public: __property void set_Table(DataTable*); [JScript] public function get Table() : DataTable; public function set Table(DataTable);
DataStorage Class | DataStorage Members | System.Data.Internal Namespace