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