/// <summary> /// Deprecated Method for adding a new object to the LocationVerticalDatums EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLocationVerticalDatums(LocationVerticalDatum locationVerticalDatum) { base.AddObject("LocationVerticalDatums", locationVerticalDatum); }
/// <summary> /// Create a new LocationVerticalDatum object. /// </summary> /// <param name="locationVerticalDatumID">Initial value of the LocationVerticalDatumID property.</param> /// <param name="verticalDatumID">Initial value of the VerticalDatumID property.</param> /// <param name="locationID">Initial value of the LocationID property.</param> public static LocationVerticalDatum CreateLocationVerticalDatum(global::System.Decimal locationVerticalDatumID, global::System.Decimal verticalDatumID, global::System.Decimal locationID) { LocationVerticalDatum locationVerticalDatum = new LocationVerticalDatum(); locationVerticalDatum.LocationVerticalDatumID = locationVerticalDatumID; locationVerticalDatum.VerticalDatumID = verticalDatumID; locationVerticalDatum.LocationID = locationID; return locationVerticalDatum; }