示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LocationRemarks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLocationRemarks(LocationRemark locationRemark)
 {
     base.AddObject("LocationRemarks", locationRemark);
 }
示例#2
0
 /// <summary>
 /// Create a new LocationRemark object.
 /// </summary>
 /// <param name="locationRemarkID">Initial value of the LocationRemarkID property.</param>
 public static LocationRemark CreateLocationRemark(global::System.Decimal locationRemarkID)
 {
     LocationRemark locationRemark = new LocationRemark();
     locationRemark.LocationRemarkID = locationRemarkID;
     return locationRemark;
 }