Méthode | Description | |
---|---|---|
ContainsTable ( ObjectName name ) : bool | ||
FindByName ( ObjectName name ) : int | ||
GetTable ( int offset ) : ITable | ||
GetTableInfo ( int offset ) : TableInfo | ||
GetTableName ( int offset ) : ObjectName | ||
GetTableType ( int offset ) : string |
Méthode | Description | |
---|---|---|
TableContainerBase ( ITransaction transaction, ObjectName tableName ) : System |
Initializes a new instance of the TableContainerBase class wrapping it within the given transaction and using the given name of the table that contains the objects to resolve.
|
public ContainsTable ( ObjectName name ) : bool | ||
name | ObjectName | |
Résultat | bool |
public FindByName ( ObjectName name ) : int | ||
name | ObjectName | |
Résultat | int |
public abstract GetTable ( int offset ) : ITable | ||
offset | int | |
Résultat | ITable |
public abstract GetTableInfo ( int offset ) : TableInfo | ||
offset | int | |
Résultat | TableInfo |
public GetTableName ( int offset ) : ObjectName | ||
offset | int | |
Résultat | ObjectName |
public abstract GetTableType ( int offset ) : string | ||
offset | int | |
Résultat | string |
protected TableContainerBase ( ITransaction transaction, ObjectName tableName ) : System | ||
transaction | ITransaction | The transaction that accesses the objects. |
tableName | ObjectName | The name of the table that contains the objects to resolve. |
Résultat | System |