Click or drag to resize

FieldAccessor Constructor

Use in class definition preceding a property declaration, i.e. [FieldAccessor("myProtectedField")] where myProtectedField is the field name of the field returned by the property.

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public FieldAccessor(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of field.
See Also