• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum ForEachAdoLoopEnumerationMode

Namespace:
Varigence.Languages.Biml.Task
Assembly:
Biml.dll
C#
    public enum ForEachAdoLoopEnumerationMode
    
  

Fields

EnumerateAllRows

Specifies that all rows in all tables in an ADO.NET dataset should be enumerated.

EnumerateRowsInFirstTable

Specifies that all rows in the first table should be enumerated.

EnumerateTables

Specifies that all tables in an ADO.NET dataset should be enumerated.

© Varigence