Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbParameterCollection::GetParameter Method

 

Gets the DbParameter with the specified property value.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_protmethodGetParameter(Int32)

Returns the DbParameter object at the specified index in the collection.

System_CAPS_protmethodGetParameter(String^)

Returns DbParameter the object with the specified name.

Return to top
Show:
© 2017 Microsoft