public void UpdateCycleDataSOEPointView(CycleDataSOEPointView record) { m_coreContext.Table <CycleDataSOEPointView>().UpdateRecord(record); }
public void AddNewCycleDataSOEPointView(CycleDataSOEPointView record) { m_coreContext.Table <CycleDataSOEPointView>().AddNewRecord(record); }