Set the property of the table is ComputedFieldMethod Yes
public class GHMCProductEntity extends common
{
/// <summary>
///
/// </summary>
public void postLoad()
{
super();
this.Price = this.RetailPrice;
}
}
public class GHMCProductEntity extends common
{
/// <summary>
///
/// </summary>
public void postLoad()
{
super();
this.Price = this.RetailPrice;
}
}
No comments:
Post a Comment