Testing.AdventureWorksEntities.AddToAddressTypes C# (CSharp) 메소드

AddToAddressTypes() 공개 메소드

Deprecated Method for adding a new object to the AddressTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAddressTypes ( AddressType addressType ) : void
addressType AddressType
리턴 void
        public void AddToAddressTypes(AddressType addressType)
        {
            base.AddObject("AddressTypes", addressType);
        }
    
AdventureWorksEntities