BtrvID | Returns the Btrieve ID of a MicroKernel Engine client. |
CacheAccesses | Returns the number of cache accesses for a MicroKernel Engine client. |
ClientPlatform | Returns the client platform enumeration for a MicroKernel Engine client. See Client Platform for a list of the possible values. |
ClientPlatformName | Returns a text version of ClientPlatform. |
ClientSite | Returns the client site for a MicroKernel Engine client. |
ConnectionNumber | Returns the connection number for a MicroKernel Engine client. |
CurrentLocks | Returns the current number of locks for a MicroKernel client. |
DiskAccesses | Returns the number of disk accesses for a MicroKernel Engine client. |
NetAddress | Returns the address of a MicroKernel Engine client. |
NumCursors | Returns the number of cursors for a MicroKernel Engine client. |
RecordsDeleted | Returns the number of deleted records for a MicroKernel Engine client. |
RecordsInserted | Returns the number of inserted records for a MicroKernel Engine client. |
RecordsRead | Returns the number of read records for a MicroKernel Engine client. |
RecordsUpdated | Returns the number of updated records for a MicroKernel Engine client. |
ServiceAgentID | Returns the service agent identification of a MicroKernel Engine client |
TaskNumber | Returns the task number of a MicroKernel Engine client. |
TransLevel | Returns the transaction level of a MicroKernel Engine client. |
TransState | Returns the transaction state enumeration. See Transaction State for a list of possible values. |
UserName | Returns the MicroKernel Engine client user name. |
In | Object | DtoMkdeClient object |
result | DtoResult long value indicating the result of the method call. Use the Error property of the DtoSession Object to obtain a description for the result. |