SchemaWeakReferencedTypes Property |
Info about what
Types another
Type is referencing indirectly via object
Id reference or other non explicit/weak reference.
If your class persists objects with implicit/weak references to other persisted objects then register this facr by adding to this
DictionaryTKey, TValue.
Information provided by this
DictionaryTKey, TValue is primarily used by Database Manager Schema Connectivity Window.
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static Dictionary<Type, List<Type>> WeakReferencedTypes { get; set; }
Public Shared Property WeakReferencedTypes As Dictionary(Of Type, List(Of Type))
Get
Set
public:
static property Dictionary<Type^, List<Type^>^>^ WeakReferencedTypes {
Dictionary<Type^, List<Type^>^>^ get ();
void set (Dictionary<Type^, List<Type^>^>^ value);
}
static member WeakReferencedTypes : Dictionary<Type, List<Type>> with get, set
Property Value
Type:
DictionaryType,
ListTypeSee Also