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: 11.1.0.0 (11.1)
Syntax public sealed class FieldAccessor : Attribute
Public NotInheritable Class FieldAccessor
Inherits Attribute
public ref class FieldAccessor sealed : public Attribute
[<SealedAttribute>]
type FieldAccessor =
class
inherit Attribute
end
The 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.
|
TopProperties
| Name | Description |
---|
| FieldName |
Gets the field name of the field being accessed by the property
|
TopSee Also