Share via


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

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    baseType As SqlDbType, _
    size As Integer, _
    nullable As Boolean, _
    hasDefaultExpression As Boolean _
)
'Usage
Dim name As String
Dim baseType As SqlDbType
Dim size As Integer
Dim nullable As Boolean
Dim hasDefaultExpression As Boolean

Dim instance As New Column(name, baseType, _
    size, nullable, hasDefaultExpression)
public Column(
    string name,
    SqlDbType baseType,
    int size,
    bool nullable,
    bool hasDefaultExpression
)

Parameters

See also

Reference

Column class

Column members

Column overload

Microsoft.SharePoint.Utilities.Sql namespace