The FieldMappingAttribute class is used to define a mapping between a database field and a class property. This attribute is used with the DatabaseObjectUsingAttributes class. This field can also be used for loading fields that are of type DatabaseObjects.ObjectReference or DatabaseObjects.Generic.ObjectReference.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public class FieldMappingAttribute : Attribute
Visual Basic
Public Class FieldMappingAttribute _
	Inherits Attribute
Visual C++
public ref class FieldMappingAttribute : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    DatabaseObjects..::..FieldMappingAttribute

See Also