/// <summary> /// Create a new ABi_Purview object. /// </summary> /// <param name="aBi_Purview_ID">Initial value of the ABi_Purview_ID property.</param> public static ABi_Purview CreateABi_Purview(global::System.Int32 aBi_Purview_ID) { ABi_Purview aBi_Purview = new ABi_Purview(); aBi_Purview.ABi_Purview_ID = aBi_Purview_ID; return aBi_Purview; }
/// <summary> /// Deprecated Method for adding a new object to the ABi_Purview EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToABi_Purview(ABi_Purview aBi_Purview) { base.AddObject("ABi_Purview", aBi_Purview); }