Exemple #1
0
        private Accessors GetKeyPropertyAccessors()
        {
            var keyProperty = _typesMetadataLoader.GetTypeMetadata(typeof(TEntity)).PropertiesInfo[_kindKeyInfo.KeyName];

            return(keyProperty);
        }