/// <summary> /// Create a new Lady object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> public static Lady CreateLady(global::System.Int32 id, global::System.String name) { Lady lady = new Lady(); lady.Id = id; lady.Name = name; return(lady); }
/// <summary> /// Create a new Lady object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> public static Lady CreateLady(global::System.Int32 id, global::System.String name) { Lady lady = new Lady(); lady.Id = id; lady.Name = name; return lady; }
/// <summary> /// Deprecated Method for adding a new object to the Ladies EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLadies(Lady lady) { base.AddObject("Ladies", lady); }