Click or drag to resize

Reference Constructor

Initializes a new instance of the Reference class

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Reference(
	IOptimizedPersistable aRef,
	string refFieldName
)

Parameters

aRef
Type: VelocityDbIOptimizedPersistable

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

refFieldName
Type: SystemString

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

See Also