The ExecutionBlock type exposes the following members.

Constructors

  NameDescription
ExecutionBlock
Constructor.

Methods

  NameDescription
Dispose
Disposes of the object.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetBatch
Gets a batch of SQL.
GetFileStream
Returns a stream to the underlying SQL text file.
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetLine
Gets a line of SQL.
GetString
Returns the contents of the ExecutionBlock.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SaveToFile Obsolete.
Saves a copy of the ExecutionBlock to a text file with the given encoding.
StopWriting
Indicates that writing has finished.
ToString Obsolete.
Returns the contents of the ExecutionBlock.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
BatchCount
The number of batches.
CharCount
The number of characters in the ExecutionBlock.
LineCount
The number of lines.
MaxLineLength
The maximum length of a line.

See Also