Skip to main content

Enum ForEachAdoLoopEnumerationMode

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ForEachAdoLoopEnumerationMode

Fields

FieldsDescription
EnumerateAllRowsSpecifies that all rows in all tables in an ADO.NET dataset should be enumerated.
EnumerateRowsInFirstTableSpecifies that all rows in the first table should be enumerated.
EnumerateTablesSpecifies that all tables in an ADO.NET dataset should be enumerated.