Skip to main content

Enum ExecuteSqlResultSet

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ExecuteSqlResultSet

Fields

FieldsDescription
FullSpecifies that the Execute SQL query will return a dataset with potentially many rows that can be loaded into a variable and read with a data reader.
NoneSpecifies that the Execute SQL query will return no results or that the results should be ignored.
SingleRowSpecifies that the Execute SQL query will return a single row whose columns can be mapped to variables.
XmlSpecifies that the Execute SQL query will return an XML text result that can be loaded into a variable for further processing.