XPDictionary Properties
Provides the abstract (MustInherit in Visual Basic) base class for metadata providers.| Name | Description |
|---|---|
| Classes | When implemented by a class, gets a collection of the XPClassInfo objects that are supplied by the current metadata provider. |
| CustomAggregates | Gets a collection of custom aggregate function supplied by the current metadata provider. |
| CustomFunctionOperators | Gets a collection of custom function operators supplied by the current metadata provider. |
| NullableBehavior | Specifies if nullable columns should be created when updating the database schema. |
See Also