Beispiel #1
0
        public ForeignKeyAttribute(Type referenceTable)
        {
            var primaryKeyOfReferenceTable = AttributeValidator.PrimaryKeyAttributeValidate(referenceTable);

            ReferenceKeyProperty = primaryKeyOfReferenceTable;
        }