[get] SourceTable name
[Visual Basic] Public Property SourceTable As String [C#] public string SourceTable {get; set;} [C++] public: __property String* get_SourceTable(); public: __property void set_SourceTable(String*); [JScript] public function get SourceTable() : String; public function set SourceTable(String);
Exception Type | Condition |
---|---|
ArgumentException | non-unique SourceTable name |
DataTableMapping Class | DataTableMapping Members | System.Data.Internal Namespace