Exemplo n.º 1
0
        public void SetPrimaryKey(Member primaryKey)
        {
            if (!_valueConverter.IsPrimaryKeyTypeSupported(primaryKey.Type))
            {
                throw new UnsupportedKeyTypeException(primaryKey.Type);
            }

            PrimaryKey = primaryKey;
        }