TableOperationsTTypeRegistry Property
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.176 -- Release Build+f9cb1e8a5a5af2031de3a84a9e36d2e86d15576a
Gemstone.Data.Model.TableOperations.get_TypeRegistry = function();
Gemstone.Data.Model.TableOperations.set_TypeRegistry = function(value);
Property Value
TypeRegistry
Accessing this property will create a unique type registry for the current type
T which
will initially contain the values found in the
DefaultTypeRegistry
and can be augmented with custom types. Set to
null to restore use of the default type registry.