CoreDb.rddList Method (_RddList, DWord) | |
Note: This API is now obsolete.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax [ObsoleteAttribute("'CoreDbRddList( rddList, nRddType )' is not supported, use CoreDbRddList() instead",
TRUE)]
STATIC METHOD rddList(
rddList AS _RddList,
nRddType AS DWORD
) AS LOGIC
[ObsoleteAttribute("'CoreDbRddList( rddList, nRddType )' is not supported, use CoreDbRddList() instead",
true)]
public static bool rddList(
_RddList rddList,
uint nRddType
)
Request Example
View SourceParameters
- rddList
- Type: _RddList
- nRddType
- Type: DWord
Return Value
Type:
LogicSee Also