AggregationDesign.InitializeDesign Method
Include Protected Members
Include Inherited Members
Connects to engine, starts a transaction, and saves the full parent database.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
InitializeDesign() | Connects to engine, starts a transaction, and saves the full parent database. | |
InitializeDesign(String) | Connects to engine with the specified connection string, starts a transaction, and saves the full parent database. |
Top