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
)
Public Sub New (
aRef As IOptimizedPersistable,
refFieldName As String
)
public:
Reference(
IOptimizedPersistable^ aRef,
String^ refFieldName
)
new :
aRef : IOptimizedPersistable *
refFieldName : string -> Reference
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