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