/// <summary> /// Create a new conConnection object. /// </summary> /// <param name="idConnection">Initial value of the IdConnection property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="connectionString">Initial value of the ConnectionString property.</param> /// <param name="domain">Initial value of the Domain property.</param> /// <param name="domainGipo">Initial value of the DomainGipo property.</param> public static conConnection CreateconConnection(global::System.Int32 idConnection, global::System.String name, global::System.String connectionString, global::System.String domain, global::System.String domainGipo) { conConnection conConnection = new conConnection(); conConnection.IdConnection = idConnection; conConnection.Name = name; conConnection.ConnectionString = connectionString; conConnection.Domain = domain; conConnection.DomainGipo = domainGipo; return(conConnection); }
/// <summary> /// Deprecated Method for adding a new object to the conConnections EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToconConnections(conConnection conConnection) { base.AddObject("conConnections", conConnection); }