SIPSorcery.Entities.SIPSorceryEntities.AddToSIPAccounts C# (CSharp) Méthode

AddToSIPAccounts() public méthode

Deprecated Method for adding a new object to the SIPAccounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPAccounts ( SIPAccount sIPAccount ) : void
sIPAccount SIPAccount
Résultat void
        public void AddToSIPAccounts(SIPAccount sIPAccount)
        {
            base.AddObject("SIPAccounts", sIPAccount);
        }