/// <summary> /// Create a new Immigration object. /// </summary> /// <param name="caseID">Initial value of the CaseID property.</param> public static Immigration CreateImmigration(global::System.Int32 caseID) { Immigration immigration = new Immigration(); immigration.CaseID = caseID; return immigration; }
/// <summary> /// Deprecated Method for adding a new object to the Immigrations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToImmigrations(Immigration immigration) { base.AddObject("Immigrations", immigration); }