Table of Contents

Method AddColumn

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

AddColumn(string, DataType, bool, bool, int, byte, byte)

public Column AddColumn(string name, DataType dataType, bool notNull = false, bool autoGenerate = false, int size = 0, byte precision = 0, byte scale = 0)

Parameters

name string
dataType DataType
notNull bool
autoGenerate bool
size int
precision byte
scale byte

Returns

Column

AddColumn(string, DataType, DefaultConstraintType, IDefaultItem, bool, bool, int, byte, byte)

public Column AddColumn(string name, DataType dataType, DefaultConstraintType existingRowType, IDefaultItem existingRowValue, bool notNull = false, bool autoGenerate = false, int size = 0, byte precision = 0, byte scale = 0)

Parameters

name string
dataType DataType
existingRowType DefaultConstraintType
existingRowValue IDefaultItem
notNull bool
autoGenerate bool
size int
precision byte
scale byte

Returns

Column