Ejemplo n.º 1
0
 internal void CheckReference(PropertyBuilderBase foreignKeyProperty)
 {
     // TODO: Validation - referenced property should be primary key or have unique constraint
     PropertySpecificationBuilder.CheckReference(foreignKeyProperty.PropertySpecificationBuilder);
 }