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