IColumnFactory.CreateAnonymousColumn(IScalarDataType, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.SqlServer.Management.SqlParser.Metadata.IColumn CreateAnonymousColumn (Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarDataType dataType, bool nullable);
abstract member CreateAnonymousColumn : Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarDataType * bool -> Microsoft.SqlServer.Management.SqlParser.Metadata.IColumn
Public Function CreateAnonymousColumn (dataType As IScalarDataType, nullable As Boolean) As IColumn
Parameters
- dataType
- IScalarDataType
- nullable
- Boolean