Click or drag to resize

SQLData.Initialize Method (Typed)

X#

Note: This API is now obsolete.

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
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