asp.net.ph

IDataParameterCollection.Item Property ( String )

System.Data Namespace   IDataParameterCollection Class


Returns the IDataParameter with the specified name.

Syntax


IDataParameter variable = IDataParameterCollection.Item [ parameterName ];
... or ...
IDataParameter variable = IDataParameterCollection [ parameterName ];
  C# VB JScript

Parameters

parameterName
The name of the parameter to retrieve.

Property Value

The IDataParameter with the specified name, or a null reference if the parameter is not found.

See Also

IDataParameterCollection Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note