Table of Contents

Method ModifySize

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

ModifySize(int)

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

public Column ModifySize(int size)

Parameters

size int

The new size for the column (e.g. the maximum length for VarChar columns).

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.