Click or drag to resize

Reference Class

[Missing <summary> documentation for "T:VelocityDb.TypeInfo.Reference"]

Inheritance Hierarchy

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public class Reference : OptimizedPersistable, IComparable<Reference>

The Reference type exposes the following members.

Constructors
  NameDescription
Public methodReference
Initializes a new instance of the Reference class
Top
Properties
  NameDescription
Public propertyRefFieldName
Field name in To object that contains reference
Public propertyTo
Persistent object being referenced
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also