Table of Contents

Method ModifyDataType

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

ModifyDataType(DataType)

Changes the data type of this column and marks it for update via UpdateSchema(Schema, bool).

public Column ModifyDataType(DataType dataType)

Parameters

dataType DataType

The new data type to assign to this column.

Returns

Column

This column instance, to allow chaining.

Remarks

Automatically sets ColumnUpdate to true, causing UpdateSchema to issue an ALTER TABLE ALTER COLUMN (or equivalent) statement for this column.