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!

IDataParameters.Contains

Indicates whether a parameter is in the collection with the specified source table name.

[Visual Basic]
Function Contains( _
   ByVal sourceTableName As String _
) As Boolean
[C#]
bool Contains(
   string sourceTableName
);
[C++]
bool Contains(
   String* sourceTableName
) = 0;
[JScript]
function Contains(
   sourceTableName : String
) : Boolean;

Parameters

sourceTableName
The case-sensitive name of the source table.

Return Value

true if the collection contains the parameter, otherwise false.

See Also

IDataParameters Interface | IDataParameters Members | System.Data.Internal Namespace