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