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!

DataTableMapping.SourceTable

[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);

Exceptions

Exception Type Condition
ArgumentException non-unique SourceTable name

See Also

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