Esempio n. 1
0
 /// <summary>
 /// Ignores the property.
 /// </summary>
 /// <returns>The property builder.</returns>
 public IPropertyBuilder Ignore()
 {
     EntityBuilder.AddIgnore(PropertyName);
     return(this);
 }