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
- name
Type: System.String
- baseType
Type: System.Data.SqlDbType
- nullable
Type: System.Boolean
- hasDefaultExpression
Type: System.Boolean
- precision
Type: System.Byte
- scale
Type: System.Byte