コード例 #1
0
        /// <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);
        }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TB_Operator EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTB_Operator(TB_Operator tB_Operator)
 {
     base.AddObject("TB_Operator", tB_Operator);
 }