Click or drag to resize

ReportSource Methods

The ReportSource type exposes the following members.

Methods
 NameDescription
Public methodAddColumn Add a MetaColumn in a MetaTable
(Inherited from MetaSource)
Public methodAddColumnsFromCatalog Fill a list of columns from a table catalog
(Inherited from MetaSource)
Public methodAddConnection Create a MetaConnection in the source
(Inherited from MetaSource)
Public methodAddDefaultConnection Add a default MetaConnection to the source
(Inherited from MetaSource)
Public methodAddEnum Add a MetaEnum to the MetaData
(Inherited from MetaSource)
Public methodAddJoin Add a MetaJoin to the MetaData
(Inherited from MetaSource)
Public methodAddTable Add a MetaTable in the source
(Inherited from MetaSource)
Public methodCheckLINQ Check a LINQ statement
(Inherited from MetaSource)
Public methodCheckSQL Check a SQL statement, the check includes also all the Pre/Post SQL statements defined.
(Inherited from MetaSource)
Public methodStatic memberCreate Creates a basic ReportSource
Public methodCreateEnumFromColumn Helper to create a MetaEnum for a given MetaColumn
(Inherited from MetaSource)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetColumnName Returns a full column name from a raw name
(Inherited from MetaSource)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetOpenConnection Returns an open DbConnection
(Inherited from MetaSource)
Public methodGetTableName Returns a full table name from a raw name
(Inherited from MetaSource)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInit Init the editor objects
(Inherited from RootEditor)
Public methodInitDefaultValues Init the default values
(Inherited from RootEditor)
Public methodInitEditor Init the editor objects and the default values
(Inherited from RootEditor)
Public methodInitReferences Init all object references
(Inherited from MetaSource)
Public methodLoadRepositoryMetaSources Load the available MetaSources defined in the repository
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRefresh Refresh all tables having dynamic columns and needed a refresh
(Inherited from MetaSource)
Public methodRefreshEnumsOnDbConnection Refresh the enumerated list values
Public methodRemoveConnection Remove a MetaConnection from the source
(Inherited from MetaSource)
Public methodRemoveEnum Remove a MetaEnum from the MetaData
(Inherited from MetaSource)
Public methodRemoveJoin Remove a MetaJoin from the MetaData
(Inherited from MetaSource)
Public methodRemoveTable Remove a MetaTable from the source
(Inherited from MetaSource)
Public methodRemoveTableLink Remove a MetaTableLink from the source
(Inherited from MetaSource)
Public methodSaveToFile Save to the current file
(Inherited from MetaSource)
Public methodSaveToFile(String) Save to a file
(Inherited from MetaSource)
Public methodSetReadOnly Set all properties to readonly
(Inherited from RootEditor)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdateEditor Update editor attributes
(Inherited from RootEditor)
Protected methodUpdateEditorAttributes Refresh properties attrivutes
(Inherited from RootEditor)
Top
See Also