IScalarParameter Interface

Definition

public interface IScalarParameter : Microsoft.SqlServer.Management.SqlParser.Metadata.IParameter, Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarVariable
type IScalarParameter = interface
    interface IScalarVariable
    interface IScalar
    interface IMetadataObject
    interface ILocalVariable
    interface IParameter
Public Interface IScalarParameter
Implements IParameter, IScalarVariable
Implements

Properties

Name Description
DataType (Inherited from IScalarVariable)
DefaultValue (Inherited from IParameter)
IsCursorVariable (Inherited from ILocalVariable)
IsOutput (Inherited from IParameter)
IsParameter (Inherited from ILocalVariable)
IsReadOnly (Inherited from IParameter)
IsScalarVariable (Inherited from ILocalVariable)
IsTableVariable (Inherited from ILocalVariable)
Name (Inherited from IMetadataObject)
Nullable (Inherited from IScalar)
ScalarType (Inherited from IScalar)

Methods

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

Extension Methods

Name Description
TypeInfo(IMetadataObject)

Applies to