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!

ITableMappings.RemoveAt

[To be supplied.]

[Visual Basic]
Sub RemoveAt( _
   ByVal sourceTableName As String _
)
[C#]
void RemoveAt(
   string sourceTableName
);
[C++]
void RemoveAt(
   String* sourceTableName
) = 0;
[JScript]
function RemoveAt(
   sourceTableName : String
);

Parameters

sourceTableName
Case-Sensitive

See Also

ITableMappings Interface | ITableMappings Members | System.Data Namespace