<< Click to Display Table of Contents >> Navigation: Apollo .NET (API Reference) > ApolloTable Properties |
Namespace: Apollo
Properties |
Description |
AccessMethod() As TAccessMethod |
Setting for local or client/server. amLocal for local or peer-to-peer data access amServer for connecting to an Apollo Server (client/server) |
AliasWA() As String (ReadOnly) |
Alias name |
ApolloConnection() As TApolloConnection |
Reference to object that manages which data engine the Apollo client will connect to. See TApolloConnection |
DatabaseName() As String |
Directory where the DBF tables are located |
OpenMode() As Short |
|
RecNo() As Integer (ReadOnly) |
Current record #. |
RecSize() As Integer (ReadOnly) |
Total size of the record. |
TableAlias() As String |
Alias name |
TableType() As Short |
ttSXFOX – FoxPro 2.6 table type. ttSXNSX – Hi-PerSix NSX table type. ttSXNTX – Clipper NTX table type. ttSXNSX_DBT – Clipper table using NSX indexes. |
TableName() As String |
Table name |
WA() As Short (ReadOnly) |
Workarea (unique numeric representation of the Table handle |
WorkArea(ByVal sAlias As String) As Short (ReadOnly) |
Workarea (unique numeric representation of the Table handle |