ICursorDataType Interface

Definition

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

Properties

IsCursor (Inherited from IDataType)
IsScalar (Inherited from IDataType)
IsTable (Inherited from IDataType)
IsUnknown (Inherited from IDataType)
Name (Inherited from IMetadataObject)

Methods

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

Extension Methods

TypeInfo(IMetadataObject)

Applies to