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