IScalarFactory Interface
Defines methods and properties that can be used to create scalar objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Literal | Gets an ILiteralScalarFactory object that can be used to create literal scalar expressions. |
![]() | Null | Gets an IScalar object that can be used as a placeholder scalar. |
| Name | Description | |
|---|---|---|
![]() | CreateScalarExpression(IScalarDataType^, Boolean) | Creates an IScalarExpression object that represents the evaluation of a scalar expression that has the specified data type. |
Show:

