The EntityManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| FromConnectionString |
Create an EntityManager with specific ConnectionString and SGBD type.
| |
| FromDataSet |
Create an EntityManager from an existing DataSet.
| |
| FromDataSetAndConnectionString |
Create an EntityManager with specific ConnectionString and SGBD type, and existing DataSet.
This API is used to save Data in the DataBase.
| |
| FromDomain(String) |
Create an EntityManager and Build Domain schema of a given Domain.
| |
| FromDomain<(Of <<'(Domain>)>>)()()()() |
Create an EntityManager and Build Domain schema of a given Domain.
|