Share via


Column constructor (String, SqlDbType, Boolean, Boolean, Byte, Byte)

Namespace:  Microsoft.SharePoint.Utilities.Sql
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    baseType As SqlDbType, _
    nullable As Boolean, _
    hasDefaultExpression As Boolean, _
    precision As Byte, _
    scale As Byte _
)
'Usage
Dim name As String
Dim baseType As SqlDbType
Dim nullable As Boolean
Dim hasDefaultExpression As Boolean
Dim precision As Byte
Dim scale As Byte

Dim instance As New Column(name, baseType, _
    nullable, hasDefaultExpression, _
    precision, scale)
public Column(
    string name,
    SqlDbType baseType,
    bool nullable,
    bool hasDefaultExpression,
    byte precision,
    byte scale
)

Parameters

See also

Reference

Column class

Column members

Column overload

Microsoft.SharePoint.Utilities.Sql namespace