Click or drag to resize
XConnection Methods

The XConnection type exposes the following members.

Methods
  NameDescription
Public methodCanChangeHeaderInTable
Determines whether this instance can change header in the specified table .
Public methodCanDeleteFromTable
Determines whether this instance can delete from the specified table .
Public methodCanReadField
Determines whether this instance can read the specified field .
Public methodCanReadFromTable
Determines whether this connection can read from specified table.
Public methodCanWriteAllFieldsIntoTable
Determines whether this instance can write all fields into the specified table key.
Public methodCanWriteField
Determines whether this instance can write the specified field .
Public methodCanWriteIntoTable
Determines whether this instance can write into the specified table .
Public methodConnect
Connect to current database.
Public methodConnectionDef
Gets the Connection definition.
Public methodCurrentUserEmail
Gets the current user email.
Public methodCurrentUserName
Gets the current user name.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFieldDefMap
Gets the FieldDefMap in the current connection.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFieldByDbName
Gets the field by db name.
Public methodGetFieldByUserName
Gets the field definition by user name.
Public methodGetFieldByUserNameEng
Gets the field by user name eng.
Public methodGetFieldDef(Int64)
Gets the field definition by field key.
Public methodGetFieldDef(Int64, String)
Gets the field definition by field Sql name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLayout
Gets the layout by layout key.
Public methodGetTableDef
Gets the table definition.
Public methodGetTableDefByDbName
Gets the table definition by Table SQL name.
Public methodGetTableDefByUserName
Gets the table definition by Table user name.
Public methodGetTableDefByUserNameEng
Gets the table definition by user name english.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserDef
Gets the user definition.
Public methodGroupDefMap
Gets the GroupDefMap in the current connection.
Public methodIsAdmin
Determines whether this user is admin.
Public methodIsConnected Obsolete.
Determines whether the current user is connected.
Public methodIsReachable
Determines whether this connection is reachable.
Public methodKey
Gets the Connection key.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadFastQuery
Same as ReadQuery just it is used to load fast queries with small timeout.
Public methodReadQuery
Executes a TQuery to load some records Used to load records or execute some specific queries.
Public methodTableDefMap
Gets the TableDefMap in the current connection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also