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!

ITableMapping.SourceTable

Case-Sensitive

[Visual Basic]
Property SourceTable As String
[C#]
string SourceTable {get; set;}
[C++]
String* get_SourceTable() = 0;void set_SourceTable(String*) = 0;
[JScript]
abstract function get SourceTable() : String;
public abstract function set SourceTable(String);

See Also

ITableMapping Interface | ITableMapping Members | System.Data Namespace