PfsHelperPfsWriteClob Method (IntPtr, Boolean, Object) |
Write all values in the array to the clob
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void PfsWriteClob(
IntPtr pfsRoot,
bool addClob,
params Object[] paramList
)
Public Shared Sub PfsWriteClob (
pfsRoot As IntPtr,
addClob As Boolean,
ParamArray paramList As Object()
)
public:
static void PfsWriteClob(
IntPtr pfsRoot,
bool addClob,
... array<Object^>^ paramList
)
static member PfsWriteClob :
pfsRoot : IntPtr *
addClob : bool *
paramList : Object[] -> unit
Parameters
- pfsRoot
- Type: SystemIntPtr
pointer to keyword - addClob
- Type: SystemBoolean
whether to add a clob or not - paramList
- Type: SystemObject
array that containing the values
See Also