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