Meta |
The MetaTable type exposes the following members.
| Name | Description | |
|---|---|---|
| _dctd |
Type descriptor used to edit the properties in the PropertyGrid, null if the editor is not initialized
(Inherited from RootEditor) | |
| _GUID |
Field of the GUID property
(Inherited from RootComponent) | |
| _name |
Field of the Name property
(Inherited from RootComponent) | |
| IsEditable | True if the table is editable | |
| LoadDate | Load date time to handle caching for No SQL tables | |
| Log | Current execution log | |
| Model | Report Model when the MetaTable comes from a SQL Model or when is a SubTable of a LINQ query | |
| MongoStages | Pipeline stages for Mongo queries | |
| NoSQLCacheTable | DataTable used for Cache Table (No SQL Source) | |
| NoSQLModel | ReportModel set for No SQL Source | |
| NoSQLTable | DataTable used for No SQL Source | |
| ParameterNameMongoArrayName | Name of the table parameter defining the array field name used for the 'unwind' stage | |
| ParameterNameMongoCollection | Name of the table parameter defining the Mongo collection name to load | |
| ParameterNameMongoDatabase | Name of the table parameter defining the database name of the Mongo Server | |
| ParameterNameMongoRestrictionOperator | Name of the table parameter defining the operator applied if several restrictions are defined for the table | |
| ParameterNameMongoSync | Name of the table parameter to generate the Mongo DB Stages from the elements and restrictions of the model | |
| WithDataLoad | Set to true if the Load of the table must also include data |