/// <summary> /// Deprecated Method for adding a new object to the ORPTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToORPTypes(ORPType oRPType) { base.AddObject("ORPTypes", oRPType); }
/// <summary> /// Create a new ORPType object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static ORPType CreateORPType(global::System.Int32 id) { ORPType oRPType = new ORPType(); oRPType.Id = id; return oRPType; }