Click or drag to resize

SQLData.Initialize Method

X#

[Missing <include> target documentation in 'M:VO.SQLData.Initialize(System.Void*,System.Void*,System.UInt32,System.Boolean,System.Boolean)'. File: 'SQL.xml' Path: 'doc/SQLData.Initialize/*']

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Initialize(
	pData AS PTR,
	pLength AS PTR,
	nLen AS DWORD,
	lNull AS LOGIC,
	lChanged AS LOGIC
) AS VOID
Request Example View Source

Parameters

pData
Type: Void*
pLength
Type: Void*
nLen
Type: DWord
lNull
Type: Logic
lChanged
Type: Logic
See Also