点击或拖拽改变大小

AXDBFNTX 类

X#
Advantage.AXDBFNTX RDD
继承层次
Object
  Workarea
    ADSRDD
      AXDBFNTX
        AXDBFNTX

命名空间:  XSharp.ADS
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 CLASS AXDBFNTX INHERIT ADSRDD
查看代码

AXDBFNTX 类型公开以下成员。

构造函数
  名称说明
公共方法AXDBFNTX
Create instande of RDD
Top
属性
  名称说明
公共属性_RecNo (继承自 ADSRDD。)
公共属性ACEConnectionHandle (继承自 ADSRDD。)
公共属性ACEIndexHandle (继承自 ADSRDD。)
公共属性ACETableHandle (继承自 ADSRDD。)
公共属性Alias
Retrieve the alias name.
(继承自 Workarea。)
公共属性Area
Retrieve the Workarea number.
(继承自 Workarea。)
公共属性BoF
Is the table at the logical beginning-of-file.
(继承自 Workarea。)
公共属性Bottom
Is at bottom ?
(继承自 Workarea。)
公共属性Closed
Has the workarea been closed.
(继承自 Workarea。)
公共属性Deleted
Is the current row deleted?
(继承自 ADSRDD。)
公共属性Driver (继承自 ADSRDD。)
公共属性EoF
Is the table at the logical end-of-file.
(继承自 Workarea。)
公共属性Exclusive
Is the Workarea opened Exclusively
(继承自 Workarea。)
公共属性FieldCount
The # of fields in the current Workarea.
(继承自 Workarea。)
公共属性FileName
File name of the main file
(继承自 Workarea。)
公共属性FilterInfo
Current Filter
(继承自 Workarea。)
公共属性FilterText
The filter condition as a string.
(继承自 Workarea。)
公共属性Found
The outcome of the last search operation.
(继承自 ADSRDD。)
公共属性HasProperties
Does the workarea have properties.
(继承自 Workarea。)
公共属性HasRelations
Does the workarea have relations.
(继承自 Workarea。)
公共属性Memo
Current memo implementation.
(继承自 Workarea。)
公共属性OrderCondInfo
Current Order condition
(继承自 Workarea。)
公共属性Properties (继承自 Workarea。)
公共属性ReadOnly
Is the file opened ReadOnly ?
(继承自 Workarea。)
公共属性RecCount (继承自 ADSRDD。)
公共属性RecId
The row identifier at the current cursor position.
(继承自 Workarea。)
公共属性RecNo (继承自 ADSRDD。)
公共属性RecordBuffer
Current Record
(继承自 Workarea。)
公共属性Shared
Is the current Workarea opened Shared?
(继承自 Workarea。)
公共属性Top
Is at top?
(继承自 Workarea。)
Top
方法
  名称说明
公共方法_getMemoBlockNumber (继承自 Workarea。)
公共方法AddField (继承自 ADSRDD。)
公共方法Append
Append a blank row and position the cursor to the new row.
(继承自 ADSRDD。)
公共方法AppendLock
This method is not supported by the AdsRDD class
(继承自 ADSRDD。)
公共方法BlobInfo
This method is not supported by the AdsRDD class
(继承自 ADSRDD。)
公共方法ChildEnd
Report the initialization of a relation.
(继承自 Workarea。)
公共方法ChildStart
Report the initialization of a relation.
(继承自 Workarea。)
公共方法ChildSync
Post a pending relational movement, indicating that the specified child work area has been affected by a parental movement.
(继承自 Workarea。)
公共方法ClearFilter
Clear the active filter condition.
(继承自 ADSRDD。)
公共方法ClearRel
Clear relations.
(继承自 ADSRDD。)
公共方法ClearScope
Clear the active locate condition.
(继承自 Workarea。)
公共方法Close
Close a table.
(继承自 ADSRDD。)
公共方法CloseMemFile
Close the memo file
(继承自 Workarea。)
公共方法Compile
Compile an expression.
(继承自 Workarea。)
公共方法Continue
Goto the next record based on the corrent locate condition.
(继承自 Workarea。)
公共方法Create
Create a table.
(继承自 ADSRDD。)
公共方法CreateFields
Add columns defined in an array.
(继承自 Workarea。)
公共方法CreateMemFile
Create the memo file
(继承自 Workarea。)
公共方法DbEval
Evaluate a code block for each row.
(继承自 Workarea。)
公共方法Delete (继承自 ADSRDD。)
公共方法Dispose (继承自 Workarea。)
公共方法Dispose(Boolean) (继承自 Workarea。)
公共方法EvalBlock
Evaluate a code block.
(继承自 Workarea。)
公共方法EvalFilter (继承自 Workarea。)
公共方法FieldIndex
Return the ONE based field index for a field name.
(继承自 Workarea。)
公共方法FieldInfo
Retrieve and optionally change information about a column.
(继承自 ADSRDD。)
公共方法FieldName
Retrieve a column name based on its ONE based column number.
(继承自 Workarea。)
公共方法Flush
Flush the changes to the table, its indexes and memo file.
(继承自 ADSRDD。)
公共方法ForceRel
This method is not supported by the AdsRDD class
(继承自 ADSRDD。)
公共方法GetField
Return the (1 based) RddFieldInfo object for the specified field
(继承自 Workarea。)
公共方法GetRec
This method is not supported by the AdsRDD class
(继承自 ADSRDD。)
公共方法GetScope
Retrieve the active locate condition.
(继承自 Workarea。)
公共方法GetValue (继承自 ADSRDD。)
公共方法GetValueFile
This method is not supported by the AdsRDD class
(继承自 ADSRDD。)
公共方法GetValueLength
Get the length of the for the specified column.
(继承自 Workarea。)
公共方法GoBottom
Position the cursor to the last logical row.
(继承自 ADSRDD。)
公共方法GoCold
Write the contents of a work area's memory to the data store (usually a disk).
(继承自 ADSRDD。)
公共方法GoHot
Mark a data buffer as hot, indicating that it needs to be written to the data store.
(继承自 ADSRDD。)
公共方法GoTo
Position the cursor to a specific, physical row.
(继承自 ADSRDD。)
公共方法GoToId
Position the cursor to a specific, physical identity.
(继承自 ADSRDD。)
公共方法GoTop
Position the cursor to the first logical row.
(继承自 ADSRDD。)
公共方法HeaderLock
This method is not supported by the AdsRDD class
(继承自 ADSRDD。)
公共方法Info
Retrieve and optionally change information about a work area.
(继承自 ADSRDD。)
公共方法Lock
Perform a lock.
(继承自 ADSRDD。)
公共方法Open
Open a table.
(继承自 ADSRDD。)
公共方法OpenMemFile
Open the memo file
(继承自 Workarea。)
公共方法OrderCondition
Set the condition for the next Index Creation
(继承自 Workarea。)
公共方法OrderCreate
Create a new index or tag.
(继承自 Workarea。)
公共方法OrderDestroy
Delete an index or tag.
(继承自 Workarea。)
公共方法OrderInfo
Retrieve information about an index.
(继承自 Workarea。)
公共方法OrderListAdd
Open an index file and add to the list of open indexes for the current Workarea.
(继承自 Workarea。)
公共方法OrderListDelete
Close an index file and remove it from the list of open indexes for the current Workarea.
(继承自 Workarea。)
公共方法OrderListFocus
Set focus to another index in the list open indexes for the current Workarea.
(继承自 Workarea。)
公共方法OrderListRebuild
Rebuild all indexes for the current Workarea.
(继承自 Workarea。)
公共方法Pack (继承自 ADSRDD。)
公共方法PutRec
This method is not supported by the AdsRDD class
(继承自 ADSRDD。)
公共方法PutValue (继承自 ADSRDD。)
公共方法PutValueFile
This method is not supported by the AdsRDD class
(继承自 ADSRDD。)
公共方法Recall (继承自 ADSRDD。)
公共方法RecInfo (继承自 ADSRDD。)
公共方法RecordMovement (继承自 ADSRDD。)
公共方法Refresh
Discard all changes to the current record and reread the buffer from disk. When the current buffer is in Append mode then the server will move to the bottom of the file.
(继承自 ADSRDD。)
公共方法RelArea
Retrieve the logical number of a related work area.
(继承自 Workarea。)
公共方法RelEval
Evaluate a code block against the relation in a work area.
(继承自 Workarea。)
公共方法RelText
Retrieve the key expression of a relation.
(继承自 Workarea。)
公共方法Seek
Perform a seek operation on the current selected index for the current Workarea.
(继承自 Workarea。)
公共方法SetFieldExtent (继承自 ADSRDD。)
公共方法SetFilter
Set the filter condition.
(继承自 ADSRDD。)
公共方法SetRel
Set a relation.
(继承自 ADSRDD。)
公共方法SetScope
Set the locate condition.
(继承自 Workarea。)
公共方法Skip
Position the cursor relative to its current position.
(继承自 ADSRDD。)
公共方法SkipFilter
Position the cursor, respecting scope and filter conditions.
(继承自 ADSRDD。)
公共方法SkipRaw
Position the cursor regardless of scope and filter conditions.
(继承自 ADSRDD。)
公共方法SkipScope
Position the cursor relative to its current position within the current scope.
(继承自 Workarea。)
公共方法Sort
This method is not supported by the AdsRDD class
(继承自 ADSRDD。)
公共方法SyncChildren
Force relational movement in child work areas to synchronize them with the parent work area.
(继承自 Workarea。)
公共方法Trans
Copy one or more rows from one work area to another.
(继承自 ADSRDD。)
公共方法TransRec
Copy a single row from one work area to another.
(继承自 ADSRDD。)
公共方法UnLock
Release locks.
(继承自 ADSRDD。)
公共方法Zap
Physically remove all rows from a table.
(继承自 ADSRDD。)
Top
字段
  名称说明
公共字段_Fields
List of Fields
(继承自 Workarea。)
Top
参见