IParameterFactory Interface
Defines methods that are used to create parameter objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CreateCursorParameter(String^) | Creates an ICursorParameter object that has the specified name. |
![]() | 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. |
![]() | CreateTableParameter(String^, ITableDataType^) | Creates an ITableParameter object that has the specified name and data type. |
Show:
