Пример #1
0
 /// <summary>
 /// uses the identifier of another associated object. Usually used in conjunction with a one-to-one primary key association.
 /// </summary>
 /// <param name="property"></param>
 /// <returns></returns>
 public void Foreign(string property)
 {
     if (!mapping.IsSpecified("Class"))
     {
         builder.Foreign(property);
     }
 }
Пример #2
0
 /// <summary>
 /// uses the identifier of another associated object. Usually used in conjunction with a one-to-one primary key association.
 /// </summary>
 /// <param name="property"></param>
 /// <returns></returns>
 public void Foreign(string property)
 {
     builder.Foreign(property);
 }