Build All DataTables related to EntityType; DataTables might include Composite or Temporal/Multiple Tables.
Namespace:
Aspectize.CoreAssembly: AspectizeDAL (in AspectizeDAL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
void BuildSchema<EntityType>() |
| Visual Basic (Declaration) |
|---|
Sub BuildSchema(Of EntityType) |
Type Parameters
- EntityType
- Type of Entity to build
Examples
dm.BuildSchema<AdventureWorks.Production.Product>();
dm.BuildSchema(Of AdventureWorks.Production.Product)()