/// <summary> /// Create a new aspnet_Applications object. /// </summary> /// <param name="applicationName">Initial value of the ApplicationName property.</param> /// <param name="loweredApplicationName">Initial value of the LoweredApplicationName property.</param> /// <param name="applicationId">Initial value of the ApplicationId property.</param> public static aspnet_Applications Createaspnet_Applications(global::System.String applicationName, global::System.String loweredApplicationName, global::System.Guid applicationId) { aspnet_Applications aspnet_Applications = new aspnet_Applications(); aspnet_Applications.ApplicationName = applicationName; aspnet_Applications.LoweredApplicationName = loweredApplicationName; aspnet_Applications.ApplicationId = applicationId; return aspnet_Applications; }
/// <summary> /// Deprecated Method for adding a new object to the aspnet_Applications EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToaspnet_Applications(aspnet_Applications aspnet_Applications) { base.AddObject("aspnet_Applications", aspnet_Applications); }