ImportableData Properties |
The ImportableData type exposes the following members.
Name | Description | |
---|---|---|
DBData |
Gets or sets the list of importable db data elements
| |
DerivedModels |
Gets the derived models.
| |
Entities |
Gets or sets the entities.
| |
InheritanceEdges |
Gets or sets the inheritance edges.
| |
MappingData |
Gets or sets the mappings, one object per driverid. If empty, DBData is ignored. All elements mapped have to be in the model element
containers and in a DBData element.
| |
Relationships |
Gets or sets the relationships.
| |
RootDocuments |
Gets the root documents.
| |
SourceProjectID |
Gets or sets the source project identifier. Is the Empty guid if the source isn't an LLBLGen Pro Project.
| |
StoredProcedureCalls |
Gets or sets the stored procedure calls.
| |
TvfCalls |
Gets or sets the tvf calls.
| |
TypedLists |
Gets or sets the typed lists.
| |
TypedViews |
Gets or sets the typed views.
| |
TypeShortcuts |
Gets or sets the custom type shortcuts to import because they're used by one or more elements to import. It's ok if the type shortcuts
already exist in the project to import the data into.
| |
ValueTypes |
Gets or sets the value types.
|