/// <summary>
 /// Deprecated Method for adding a new object to the PlatformSPs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPlatformSPs(PlatformSP platformSP)
 {
     base.AddObject("PlatformSPs", platformSP);
 }
 /// <summary>
 /// Create a new PlatformSP object.
 /// </summary>
 /// <param name="platformSPID">Initial value of the PlatformSPID property.</param>
 public static PlatformSP CreatePlatformSP(global::System.String platformSPID)
 {
     PlatformSP platformSP = new PlatformSP();
     platformSP.PlatformSPID = platformSPID;
     return platformSP;
 }