Click or drag to resize

SQLData.Initialize Method (Typed)

X#

Note: This API is now obsolete.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.21
Syntax
[ObsoleteAttribute]
 VIRTUAL METHOD Initialize(
	pData AS IntPtr,
	pLength AS IntPtr,
	nLen AS DWORD,
	lNull AS LOGIC,
	lChanged AS LOGIC
) AS VOID
Request Example View Source

Parameters

pData
Type: IntPtr
pLength
Type: IntPtr
nLen
Type: DWord
lNull
Type: Logic
lChanged
Type: Logic
See Also