IDataParameterCollection.Contains(String) Método
Definição
Obtém um valor que indica se um parâmetro na coleção tem o nome especificado.Gets a value indicating whether a parameter in the collection has the specified name.
public:
bool Contains(System::String ^ parameterName);
public bool Contains (string parameterName);
abstract member Contains : string -> bool
Public Function Contains (parameterName As String) As Boolean
Parâmetros
- parameterName
- String
O nome do parâmetro.The name of the parameter.
Retornos
true se a coleção contiver parâmetro, caso contrário, false.true if the collection contains the parameter; otherwise, false.