Table of Contents

Method CreateColumn

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

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

public Column CreateColumn(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