Build All DataTables related to EntityType; DataTables might include Composite or Temporal/Multiple Tables.

Namespace:  Aspectize.Core
Assembly:  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

CopyC#
dm.BuildSchema<AdventureWorks.Production.Product>();
CopyVB.NET
dm.BuildSchema(Of AdventureWorks.Production.Product)()

See Also