Skip to content
Merged
11 changes: 11 additions & 0 deletions ECC.Core.DataContext/DataverseContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,17 @@ public System.Linq.IQueryable<ECC.Core.DataContext.ofm_system_message> ofm_syste
}
}

/// <summary>
/// Gets a binding to the set of all <see cref="ECC.Core.DataContext.ofm_top_up_fund"/> entities.
/// </summary>
public System.Linq.IQueryable<ECC.Core.DataContext.ofm_top_up_fund> ofm_top_up_fundSet
{
get
{
return this.CreateQuery<ECC.Core.DataContext.ofm_top_up_fund>();
}
}

/// <summary>
/// Gets a binding to the set of all <see cref="ECC.Core.DataContext.Team"/> entities.
/// </summary>
Expand Down
2,268 changes: 2,039 additions & 229 deletions ECC.Core.DataContext/Entities/Entities.cs

Large diffs are not rendered by default.

Loading
Loading