UpdateMockInstance_Generated() static public method

Update the Typed EmployeePayHistory Entity with modified mock values.
static public UpdateMockInstance_Generated ( TransactionManager tm, EmployeePayHistory mock ) : void
tm TransactionManager
mock Nettiers.AdventureWorks.Entities.EmployeePayHistory
return void
        ///<summary>
        ///  Update the Typed EmployeePayHistory Entity with modified mock values.
        ///</summary>
        static public void UpdateMockInstance(TransactionManager tm, EmployeePayHistory mock)
        {
            EmployeePayHistoryTest.UpdateMockInstance_Generated(tm, mock);

            // make any alterations necessary
            // (i.e. for DB check constraints, special test cases, etc.)
            SetSpecialTestData(mock);
        }