Overload | Description |
---|---|
SqlScript Constructor() | Initializes a new instance of the SqlScript class. |
SqlScript Constructor(String) | Initializes a new instance of the SqlScript class with the text of the query. |
SqlScript Constructor(String,SqlConnection) | Initializes a new instance of the SqlScript class with the text of the query and a SqlConnection object. |
SqlScript Constructor(Stream) | Initializes a new instance of the SqlScript class with a Stream object to get SQL statements from. |
SqlScript Constructor(TextReader) | Initializes a new instance of the SqlScript class with a TextReader object to get SQL statements from. |
SqlScript Constructor(Stream,SqlConnection) | Initializes a new instance of the SqlScript class with a Stream object to get SQL statements from and a SqlConnection object. |
SqlScript Constructor(TextReader,SqlConnection) | Initializes a new instance of the SqlScript class with a TextReader object to get SQL statements from and a SqlConnection object. |