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;
true if the collection contains the parameter, otherwise false.
IDataParameters Interface | IDataParameters Members | System.Data.Internal Namespace