SchemaLookupByType Property |
For use in VelocityDBExtension DLL
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public Dictionary<Type, VelocityDbType> LookupByType { get; }
Public ReadOnly Property LookupByType As Dictionary(Of Type, VelocityDbType)
Get
public:
property Dictionary<Type^, VelocityDbType^>^ LookupByType {
Dictionary<Type^, VelocityDbType^>^ get ();
}
member LookupByType : Dictionary<Type, VelocityDbType> with get
Property Value
Type:
DictionaryType,
VelocityDbTypeSee Also