DataAccess.teletonEntities.AddToestado_civil C# (CSharp) Method

AddToestado_civil() public method

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