Advanced.Data.Provider Documentation | |
AdpCommand.CreateParameter Method (String, Object)
[This is preliminary documentation and subject to change.]
Creates a new instance of a AdpParameter object.
[Visual Basic]Overloads Public Function CreateParameter( _
ByVal
parameterName As
String, _
ByVal
value As
Object _
) As
AdpParameter Parameters
- parameterName
- The name of the AdpParameter.
- value
- The value of the AdpParameter.
Return Value
A AdpParameter object.
See Also
AdpCommand Class | Advanced.Data.Provider Namespace | AdpCommand.CreateParameter Overload List