XConnection Methods |
The XConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanChangeHeaderInTable |
Determines whether this instance can change header in the specified table .
|
![]() | CanDeleteFromTable |
Determines whether this instance can delete from the specified table .
|
![]() | CanReadField |
Determines whether this instance can read the specified field .
|
![]() | CanReadFromTable |
Determines whether this connection can read from specified table.
|
![]() | CanWriteAllFieldsIntoTable |
Determines whether this instance can write all fields into the specified table key.
|
![]() | CanWriteField |
Determines whether this instance can write the specified field .
|
![]() | CanWriteIntoTable |
Determines whether this instance can write into the specified table .
|
![]() | Connect |
Connect to current database.
|
![]() | ConnectionDef |
Gets the Connection definition.
|
![]() | CurrentUserEmail |
Gets the current user email.
|
![]() | CurrentUserName |
Gets the current user name.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FieldDefMap |
Gets the FieldDefMap in the current connection.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetFieldByDbName |
Gets the field by db name.
|
![]() | GetFieldByUserName |
Gets the field definition by user name.
|
![]() | GetFieldByUserNameEng |
Gets the field by user name eng.
|
![]() | GetFieldDef(Int64) |
Gets the field definition by field key.
|
![]() | GetFieldDef(Int64, String) |
Gets the field definition by field Sql name.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLayout |
Gets the layout by layout key.
|
![]() | GetTableDef |
Gets the table definition.
|
![]() | GetTableDefByDbName |
Gets the table definition by Table SQL name.
|
![]() | GetTableDefByUserName |
Gets the table definition by Table user name.
|
![]() | GetTableDefByUserNameEng |
Gets the table definition by user name english.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUserDef |
Gets the user definition.
|
![]() | GroupDefMap |
Gets the GroupDefMap in the current connection.
|
![]() | IsAdmin |
Determines whether this user is admin.
|
![]() | IsConnected | Obsolete.
Determines whether the current user is connected.
|
![]() | IsReachable |
Determines whether this connection is reachable.
|
![]() | Key |
Gets the Connection key.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadFastQuery |
Same as ReadQuery just it is used to load fast queries with small timeout.
|
![]() | ReadQuery |
Executes a TQuery to load some records
Used to load records or execute some specific queries.
|
![]() | TableDefMap |
Gets the TableDefMap in the current connection.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |