コード例 #1
0
        /// <summary>
        /// Create a new LoginTable object.
        /// </summary>
        /// <param name="no">Initial value of the No property.</param>
        public static LoginTable CreateLoginTable(global::System.Int32 no)
        {
            LoginTable loginTable = new LoginTable();

            loginTable.No = no;
            return(loginTable);
        }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LoginTables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLoginTables(LoginTable loginTable)
 {
     base.AddObject("LoginTables", loginTable);
 }