Click or drag to resize

MetaTable Fields

The MetaTable type exposes the following members.

Fields
 NameDescription
Protected field_dctd Type descriptor used to edit the properties in the PropertyGrid, null if the editor is not initialized
(Inherited from RootEditor)
Protected field_GUID Field of the GUID property
(Inherited from RootComponent)
Protected field_name Field of the Name property
(Inherited from RootComponent)
Public fieldIsEditable True if the table is editable
Public fieldLoadDate Load date time to handle caching for No SQL tables
Public fieldLog Current execution log
Public fieldModel Report Model when the MetaTable comes from a SQL Model or when is a SubTable of a LINQ query
Public fieldMongoStages Pipeline stages for Mongo queries
Public fieldNoSQLCacheTable DataTable used for Cache Table (No SQL Source)
Public fieldNoSQLModel ReportModel set for No SQL Source
Public fieldNoSQLTable DataTable used for No SQL Source
Public fieldStatic memberParameterNameMongoArrayName Name of the table parameter defining the array field name used for the 'unwind' stage
Public fieldStatic memberParameterNameMongoCollection Name of the table parameter defining the Mongo collection name to load
Public fieldStatic memberParameterNameMongoDatabase Name of the table parameter defining the database name of the Mongo Server
Public fieldStatic memberParameterNameMongoRestrictionOperator Name of the table parameter defining the operator applied if several restrictions are defined for the table
Public fieldStatic memberParameterNameMongoSync Name of the table parameter to generate the Mongo DB Stages from the elements and restrictions of the model
Public fieldWithDataLoad Set to true if the Load of the table must also include data
Top
See Also