ReflectionDictionary Properties
Implements the XPDictionary class. Provides metadata information accumulated via .NET Reflection (based on class structure and custom attributes).| Name | Description |
|---|---|
| Classes | Gets a collection of the XPClassInfo objects that are supplied by the current ReflectionDictionary instance. |
| CustomAggregates | Gets a collection of custom aggregate function supplied by the current metadata provider. Inherited from XPDictionary. |
| CustomFunctionOperators | Gets a collection of custom function operators supplied by the current metadata provider. Inherited from XPDictionary. |
| NullableBehavior | Specifies if nullable columns should be created when updating the database schema. Inherited from XPDictionary. |
See Also