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
fieldNamestringThe database column name to map to.
autoGenerateboolWhen
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
ignoreboolWhen
true, the property is excluded fromRecord.Bind,BindResults, and all other binding modes.