/// <summary> /// Deprecated Method for adding a new object to the br_estados EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobr_estados(br_estados br_estados) { base.AddObject("br_estados", br_estados); }
/// <summary> /// Create a new br_estados object. /// </summary> /// <param name="uFCOD">Initial value of the UFCOD property.</param> public static br_estados Createbr_estados(global::System.String uFCOD) { br_estados br_estados = new br_estados(); br_estados.UFCOD = uFCOD; return br_estados; }