Create an EntityManager and Build Domain schema of a given Domain.

Namespace: Aspectize.Core
Assembly: AspectizeDAL (in AspectizeDAL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static EntityManager FromDomain<Domain>()
where Domain : new(), INamespace
Visual Basic
Public Shared Function FromDomain(Of Domain As {New, INamespace}) As EntityManager

Type Parameters

Domain
The Domain provider

Return Value

The created EntityManager

See Also