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