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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -