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