/// <summary>
 /// Create a new Sequence object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="deleted">Initial value of the Deleted property.</param>
 /// <param name="timeStamp">Initial value of the TimeStamp property.</param>
 /// <param name="isInternal">Initial value of the IsInternal property.</param>
 public static Sequence CreateSequence(global::System.Int64 id, global::System.String name, global::System.Boolean deleted, global::System.Byte[] timeStamp, global::System.Boolean isInternal)
 {
     Sequence sequence = new Sequence();
     sequence.Id = id;
     sequence.Name = name;
     sequence.Deleted = deleted;
     sequence.TimeStamp = timeStamp;
     sequence.IsInternal = isInternal;
     return sequence;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Sequences EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSequences(Sequence sequence)
 {
     base.AddObject("Sequences", sequence);
 }