Click or drag to resize

MetaSource Methods

The MetaSource type exposes the following members.

Methods
 NameDescription
Public methodAddColumn Add a MetaColumn in a MetaTable
Public methodAddColumnsFromCatalog Fill a list of columns from a table catalog
Public methodAddConnection Create a MetaConnection in the source
Public methodAddDefaultConnection Add a default MetaConnection to the source
Public methodAddEnum Add a MetaEnum to the MetaData
Public methodAddJoin Add a MetaJoin to the MetaData
Public methodAddTable Add a MetaTable in the source
Public methodCheckLINQ Check a LINQ statement
Public methodCheckSQL Check a SQL statement, the check includes also all the Pre/Post SQL statements defined.
Public methodStatic memberCreate Create a basic MetaSource
Public methodCreateEnumFromColumn Helper to create a MetaEnum for a given MetaColumn
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
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetOpenConnection Returns an open DbConnection
Public methodGetTableName Returns a full table name from a raw name
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
Public methodStatic memberLoadFromFile Load the MetaSource from a file
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRefresh Refresh all tables having dynamic columns and needed a refresh
Public methodRemoveConnection Remove a MetaConnection from the source
Public methodRemoveEnum Remove a MetaEnum from the MetaData
Public methodRemoveJoin Remove a MetaJoin from the MetaData
Public methodRemoveTable Remove a MetaTable from the source
Public methodRemoveTableLink Remove a MetaTableLink from the source
Public methodSaveToFile Save to the current file
Public methodSaveToFile(String) Save to a file
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