Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ProjectCountyGeography EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProjectCountyGeography(ProjectCountyGeography projectCountyGeography)
 {
     base.AddObject("ProjectCountyGeography", projectCountyGeography);
 }
Exemplo n.º 2
0
 /// <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;
 }