/// <summary> /// Clears this builder. /// </summary> public void Clear() { if (IsDisposed) { throw new ObjectDisposedException(this.ToString()); } _Schema.Clear(); _Values.Clear(); }