IScalarDataType Interface

Definition

public interface IScalarDataType : Microsoft.SqlServer.Management.SqlParser.Metadata.IDataType
type IScalarDataType = interface
    interface IDataType
    interface IMetadataObject
Public Interface IScalarDataType
Implements IDataType
Derived
Implements

Properties

BaseSystemDataType
IsClr
IsCursor (Inherited from IDataType)
IsScalar (Inherited from IDataType)
IsSystem
IsTable (Inherited from IDataType)
IsUnknown (Inherited from IDataType)
IsVoid
IsXml
Name (Inherited from IMetadataObject)

Methods

Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)

Extension Methods

TypeInfo(IMetadataObject)

Applies to