IParameterFactory.CreateScalarParameter Method
Include Protected Members
Include Inherited Members
Creates an IScalarParameter object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateScalarParameter(String, IScalarDataType) | Creates an IScalarParameter object that has the specified name and data type. | |
CreateScalarParameter(String, IScalarDataType, Boolean, String) | Creates an IScalarParameter object that has the specified name, data type, and default value. |
Top