IVoidDataType Interface

Definition

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

Properties

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

Methods

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

Extension Methods

Name Description
TypeInfo(IMetadataObject)

Applies to