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