Method | Description | |
---|---|---|
DbMapping ( DbContext context ) : System |
|
|
this ( Type type ) : IEntityMap |
Get table mapping by entity type
|
|
this ( string typeFullName ) : IEntityMap |
Get table mapping by entity type full name
|
public DbMapping ( DbContext context ) : System | ||
context | DbContext | |
return | System |
public this ( string typeFullName ) : IEntityMap | ||
typeFullName | string | |
return | IEntityMap |