Example #1
0
        public bool CheckPrimaryKey(PropertyInfo property)
        {
            if (TableInfo != null)
            {
                return(TableInfo.CheckPrimaryKey(property.Name));
            }

            return(DbAttributes.CheckPrimaryKey(property));
        }