/// <summary> /// Create a new estados object. /// </summary> /// <param name="idEstado">Initial value of the idEstado property.</param> /// <param name="clave">Initial value of the Clave property.</param> /// <param name="activo">Initial value of the Activo property.</param> public static estados Createestados(global::System.Int32 idEstado, global::System.String clave, global::System.Boolean activo) { estados estados = new estados(); estados.idEstado = idEstado; estados.Clave = clave; estados.Activo = activo; return estados; }
/// <summary> /// Deprecated Method for adding a new object to the estados EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToestados(estados estados) { base.AddObject("estados", estados); }