Click or drag to resize

Association Constructor (String, Association.ReverseReferenceTypeEnum)

Initializes a new instance of the Association class

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Association(
	string reversePropertyName,
	Association.ReverseReferenceTypeEnum reverseReferenceType
)

Parameters

reversePropertyName
Type: System.String

[Missing <param name="reversePropertyName"/> documentation for "M:VelocityDb.TypeInfo.Association.#ctor(System.String,VelocityDb.TypeInfo.Association.ReverseReferenceTypeEnum)"]

reverseReferenceType
Type: VelocityDb.TypeInfo.Association.ReverseReferenceTypeEnum

[Missing <param name="reverseReferenceType"/> documentation for "M:VelocityDb.TypeInfo.Association.#ctor(System.String,VelocityDb.TypeInfo.Association.ReverseReferenceTypeEnum)"]

See Also