c# - EntityFramework Include -
this domain use entity framework
public virtual currency currency { get; set; } public int defaultcurrency { get; set; } public virtual currency funcurrency { get; set; } public int defaultfuncurrency { get; set; }
by default if put .include(c => c.currency);
bind currencyid
, in case need link property defaultcurrenncy
help
Comments
Post a Comment