dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSqlStatementCollection Class / Item Property
The zero-based index of the statement.

In This Topic
Item Property (OracleSqlStatementCollection)
In This Topic
Gets or sets the OracleSqlStatement at the specified index.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal index As Integer _
) As OracleSqlStatement
 

Parameters

index
The zero-based index of the statement.

Property Value

The OracleSqlStatement at the specified index.
See Also