'Declaration Protected Overloads Overrides Function GetParameter( _ ByVal parameterName As String _ ) As DbParameter
protected override DbParameter GetParameter( string parameterName )
Parameters
- parameterName
- The name of the DbParameter in the collection.
Return Value
The DbParameter the object with the specified name.