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 XPClass |
Custom |
Gets a collection of custom aggregate function supplied by the current metadata provider. Inherited from XPDictionary. |
Custom |
Gets a collection of custom function operators supplied by the current metadata provider. Inherited from XPDictionary. |
Nullable |
Specifies if nullable columns should be created when updating the database schema. Inherited from XPDictionary. |
See Also