.NET 框架类库
X# Runtime and VO SDK Reference
X# Runtime and SDK Reference
XSharp.RDD
IRdd 接口
IRdd 方法
AddField 方法
Append 方法
AppendLock 方法
BlobInfo 方法
ChildEnd 方法
ChildStart 方法
ChildSync 方法
ClearFilter 方法
ClearRel 方法
ClearScope 方法
Close 方法
CloseMemFile 方法
Compile 方法
Continue 方法
Create 方法
CreateFields 方法
CreateMemFile 方法
DbEval 方法
Delete 方法
EvalBlock 方法
FieldIndex 方法
FieldInfo 方法
FieldName 方法
Flush 方法
ForceRel 方法
GetField 方法
GetRec 方法
GetScope 方法
GetValue 方法
GetValueFile 方法
GetValueLength 方法
GoBottom 方法
GoCold 方法
GoHot 方法
GoTo 方法
GoToId 方法
GoTop 方法
HeaderLock 方法
Info 方法
Lock 方法
Open 方法
OpenMemFile 方法
OrderCondition 方法
OrderCreate 方法
OrderDestroy 方法
OrderInfo 方法
OrderListAdd 方法
OrderListDelete 方法
OrderListFocus 方法
OrderListRebuild 方法
Pack 方法
PutRec 方法
PutValue 方法
PutValueFile 方法
Recall 方法
RecInfo 方法
Refresh 方法
RelArea 方法
RelEval 方法
RelText 方法
Seek 方法
SetFieldExtent 方法
SetFilter 方法
SetRel 方法
SetScope 方法
Skip 方法
SkipFilter 方法
SkipRaw 方法
SkipScope 方法
Sort 方法
SyncChildren 方法
Trans 方法
TransRec 方法
UnLock 方法
Zap 方法
IRdd.Close 方法
Close a table.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
X#
C#
复制
METHOD
Close
()
AS
LOGIC
bool
Close
()
查看代码
返回值
类型:
Boolean
当操作成功时为 TRUE,当操作失败时为 FALSE。
一些 RDD 操作并不真正返回 FALSE,而是抛出异常来表示失败。 这些异常在更高级别的代码中被捕获,并在运行时状态的
LastRddError 属性
中注册。
参见
引用
IRdd 接口
XSharp.RDD 命名空间