A field attribute that controls how many objects that will be placed on the same page as the object of the field.
Inheritance Hierarchy
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic sealed class FieldAccessor : Attribute
Public NotInheritable Class FieldAccessor
Inherits Attribute
public ref class FieldAccessor sealed : public Attribute
[<SealedAttribute>]
type FieldAccessor =
class
inherit Attribute
endThe FieldAccessor type exposes the following members.
Constructors|
| Name | Description |
|---|
 | FieldAccessor |
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.
|
Top
Properties|
| Name | Description |
|---|
 | FieldName |
Gets the field name of the field being accessed by the property
|
Top
See Also