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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph