C# Class Dapper.FluentMap.Dommel.Resolvers.DommelKeyPropertyResolver

Implements the DommelMapper.IKeyPropertyResolver interface by using the configured mapping.
Inheritance: DommelMapper.IKeyPropertyResolver
Mostrar archivo Open project: henkmollema/Dapper-FluentMap

Public Methods

Method Description
ResolveKeyProperty ( Type type ) : PropertyInfo
ResolveKeyProperty ( Type type, bool &isIdentity ) : PropertyInfo

Method Details

ResolveKeyProperty() public method

public ResolveKeyProperty ( Type type ) : PropertyInfo
type System.Type
return System.Reflection.PropertyInfo

ResolveKeyProperty() public method

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