Click or drag to resize

Association Class

A field attribute that controls what to do when deleting object and other end of association exist.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    VelocityDb.TypeInfoAssociation

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public sealed class Association : Attribute

The Association type exposes the following members.

Constructors
  NameDescription
Public methodAssociation(String)
Initializes a new instance of the Association class
Public methodAssociation(String, AssociationReverseReferenceTypeEnum)
Initializes a new instance of the Association class
Top
Properties
  NameDescription
Public propertyReversePropertyName
Name of property that retrieves other side of association
Public propertyReverseReferenceType
Type of reference to this object at other end of association
Top
See Also