Table of Contents

Class VelocityField

Namespace
YndigoBlue.Velocity.Attributes
Assembly
YndigoBlue.Velocity.dll
[AttributeUsage(AttributeTargets.Property)]
public class VelocityField : Attribute
Inheritance
VelocityField

Constructors

VelocityField(bool)

Marks this property to be excluded from all data binding operations. Use [VelocityField(ignore: true)] to prevent a property from being read or written during Record.Bind, BindResults, or any other binding mode.

VelocityField(string, bool)

Maps this property to the specified database column.

Properties

AutoGenerate
FieldName
Ignore