TableOperationsTTypeRegistry Property

Gets or sets TypeRegistry instance used for evaluating encountered instances of the ValueExpressionAttributeBase on modeled table properties.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.110 -- Release Build+b4bcf74734aa051a9b802d8f3f6ec05bd02af749
public static TypeRegistry TypeRegistry { get; set; }

Property Value

TypeRegistry

Remarks

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.

See Also