Click or drag to resize

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; }

Property Value

Type: DictionaryType, ListType
See Also