This topic has not yet been rated - Rate this topic

SqlParameterCollection.GetParameter Method

Gets the DbParameter with the specified property value.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Protected method GetParameter(Int32) Returns the DbParameter object at the specified index in the collection. (Inherited from DbParameterCollection.)
Protected method GetParameter(String) Returns DbParameter the object with the specified name. (Inherited from DbParameterCollection.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.