/// <summary> /// Deprecated Method for adding a new object to the languages EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTolanguages(language language) { base.AddObject("languages", language); }
/// <summary> /// Create a new language object. /// </summary> /// <param name="language_id">Initial value of the language_id property.</param> /// <param name="short_name">Initial value of the short_name property.</param> public static language Createlanguage(global::System.Int64 language_id, global::System.String short_name) { language language = new language(); language.language_id = language_id; language.short_name = short_name; return language; }