/// <summary> /// Create a new sprDirections object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="areaID">Initial value of the AreaID property.</param> /// <param name="direction">Initial value of the Direction property.</param> public static sprDirections CreatesprDirections(global::System.Int32 id, global::System.Int32 areaID, global::System.String direction) { sprDirections sprDirections = new sprDirections(); sprDirections.id = id; sprDirections.AreaID = areaID; sprDirections.Direction = direction; return sprDirections; }
/// <summary> /// Deprecated Method for adding a new object to the sprDirections EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTosprDirections(sprDirections sprDirections) { base.AddObject("sprDirections", sprDirections); }