C# Class EntityFramework.Metadata.Mappings.DbMapping

ファイルを表示 Open project: schneidenbach/EntityFramework.Metadata

Public Methods

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

Method Details

DbMapping() public method

public DbMapping ( DbContext context ) : System
context DbContext
return System

this() public method

Get table mapping by entity type
public this ( Type type ) : IEntityMap
type Type
return IEntityMap

this() public method

Get table mapping by entity type full name
public this ( string typeFullName ) : IEntityMap
typeFullName string
return IEntityMap