C# 클래스 Dapper.FluentMap.Dommel.Resolvers.DommelKeyPropertyResolver

Implements the DommelMapper.IKeyPropertyResolver interface by using the configured mapping.
상속: DommelMapper.IKeyPropertyResolver
파일 보기 프로젝트 열기: henkmollema/Dapper-FluentMap

공개 메소드들

메소드 설명
ResolveKeyProperty ( Type type ) : PropertyInfo
ResolveKeyProperty ( Type type, bool &isIdentity ) : PropertyInfo

메소드 상세

ResolveKeyProperty() 공개 메소드

public ResolveKeyProperty ( Type type ) : PropertyInfo
type System.Type
리턴 System.Reflection.PropertyInfo

ResolveKeyProperty() 공개 메소드

public ResolveKeyProperty ( Type type, bool &isIdentity ) : PropertyInfo
type System.Type
isIdentity bool
리턴 System.Reflection.PropertyInfo