/// <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); }
/// <summary> /// Deprecated Method for adding a new object to the tblClients EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblClients(tblClient tblClient) { base.AddObject("tblClients", tblClient); }