/// <summary> /// Create a new organization object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static organization Createorganization(global::System.Int32 id) { organization organization = new organization(); organization.ID = id; return organization; }
/// <summary> /// Deprecated Method for adding a new object to the organizations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToorganizations(organization organization) { base.AddObject("organizations", organization); }