Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
EntityFramework
Metadata
Mappings
DbMapping
C# 클래스 EntityFramework.Metadata.Mappings.DbMapping
파일 보기
프로젝트 열기: schneidenbach/EntityFramework.Metadata
공개 메소드들
메소드
설명
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
메소드 상세
DbMapping()
공개
메소드
public
DbMapping
(
DbContext
context
) :
System
context
DbContext
리턴
System
this()
공개
메소드
Get table mapping by entity type
public
this
(
Type
type
) :
IEntityMap
type
Type
리턴
IEntityMap
this()
공개
메소드
Get table mapping by entity type full name
public
this
(
string
typeFullName
) :
IEntityMap
typeFullName
string
리턴
IEntityMap