/// <summary> /// Create a new U_UsersLog object. /// </summary> /// <param name="logID">Initial value of the LogID property.</param> public static U_UsersLog CreateU_UsersLog(global::System.Int32 logID) { U_UsersLog u_UsersLog = new U_UsersLog(); u_UsersLog.LogID = logID; return u_UsersLog; }
/// <summary> /// Deprecated Method for adding a new object to the U_UsersLog EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToU_UsersLog(U_UsersLog u_UsersLog) { base.AddObject("U_UsersLog", u_UsersLog); }