Habanero.Smooth.IdentityAutoMapper.FindExistingPKPropDef C# (CSharp) Method

FindExistingPKPropDef() private method

private FindExistingPKPropDef ( ) : IPropDef
return IPropDef
        private IPropDef FindExistingPKPropDef()
        {
            var pkPropName = _classType.GetPKPropName();
            return this.ClassDef.GetPropDef(pkPropName, false);
        }