PfsHelperPfsGetClobItem Method  | 
 
            Get the next Clob parameter as a PFSParameter handle,
            where you can query it for the type of parameter data.
            
 
    Namespace: 
   DHI.PFS
    Assembly:
   DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static IntPtr PfsGetClobItem(
	IntPtr pfsClob
)
Public Shared Function PfsGetClobItem ( 
	pfsClob As IntPtr
) As IntPtr
public:
static IntPtr PfsGetClobItem(
	IntPtr pfsClob
)
static member PfsGetClobItem : 
        pfsClob : IntPtr -> IntPtr 
Parameters
- pfsClob
 - Type: SystemIntPtr
 
Return Value
Type: 
IntPtr
See Also