JetTableCollection.Item Property
[This is preliminary documentation and subject to change.]
Gets the JetTable object at he given index.
[Visual Basic]
Public Default ReadOnly Property Item( _
ByVal
Int32 As
Integer _
) As
[C#]
public
this[
Int32 iTable] {get;}
Parameters
-
Int32
- Zero-based table index.
See Also
JetTableCollection Class | Primeworks.DataPortSync.Jet Namespace