コード例 #1
0
ファイル: Model1.Designer.cs プロジェクト: shankarsd/Testing
        /// <summary>
        /// Create a new tblAllot object.
        /// </summary>
        /// <param name="alt_Id">Initial value of the Alt_Id property.</param>
        public static tblAllot CreatetblAllot(global::System.Int32 alt_Id)
        {
            tblAllot tblAllot = new tblAllot();

            tblAllot.Alt_Id = alt_Id;
            return(tblAllot);
        }
コード例 #2
0
ファイル: Model1.Designer.cs プロジェクト: shankarsd/Testing
 /// <summary>
 /// Deprecated Method for adding a new object to the tblAllots EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblAllots(tblAllot tblAllot)
 {
     base.AddObject("tblAllots", tblAllot);
 }