예제 #1
0
        /// <summary>
        /// Create a new tblClient object.
        /// </summary>
        /// <param name="rowId">Initial value of the RowId property.</param>
        /// <param name="clientId">Initial value of the ClientId property.</param>
        /// <param name="clientName">Initial value of the ClientName property.</param>
        public static tblClient CreatetblClient(global::System.Int32 rowId, global::System.Int32 clientId, global::System.String clientName)
        {
            tblClient tblClient = new tblClient();

            tblClient.RowId      = rowId;
            tblClient.ClientId   = clientId;
            tblClient.ClientName = clientName;
            return(tblClient);
        }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblClients EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblClients(tblClient tblClient)
 {
     base.AddObject("tblClients", tblClient);
 }