VideoRentalService.SakilaEntities.AddTolanguages C# (CSharp) Method

AddTolanguages() public method

Deprecated Method for adding a new object to the languages EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTolanguages ( language language ) : void
language language
return void
        public void AddTolanguages(language language)
        {
            base.AddObject("languages", language);
        }