Table of Contents

Constructor VelocityField

Namespace
YndigoBlue.Velocity.Attributes
Assembly
YndigoBlue.Velocity.dll

VelocityField(string, bool)

Maps this property to the specified database column.

public VelocityField(string fieldName, bool autoGenerate = false)

Parameters

fieldName string

The database column name to map to.

autoGenerate bool

When true, the column value is generated by the database (e.g. identity/serial) and will be excluded from INSERT statements.

VelocityField(bool)

Excludes this property from all data binding operations.

public VelocityField(bool ignore)

Parameters

ignore bool

When true, the property is excluded from Record.Bind, BindResults, and all other binding modes.