SQLData.Initialize Method (Typed) | |
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
[ObsoleteAttribute]
public virtual void Initialize(
IntPtr pData,
IntPtr pLength,
uint nLen,
bool lNull,
bool lChanged
)
Request Example
View SourceParameters
- pData
- Type: IntPtr
- pLength
- Type: IntPtr
- nLen
- Type: DWord
- lNull
- Type: Logic
- lChanged
- Type: Logic
See Also