ParamValueExtensions.SetArrayBindSize(this ParamValue paramValue, int[] arrayBindSize) Method
.NET Standard 2.x
Sets the maximum size of each array element in the ParamValue.
Namespace: SnapObjects.Data.Oracle
Assembly: SnapObjects.Data.Oracle.dll
Syntax
public static void SetArrayBindSize(this ParamValue paramValue, int[] arrayBindSize)
Parameters
paramValue
ParamValue
The ParamValue you want to set the maximum size of each array element in it.
arrayBindSize
System.Int32
The maximum size of each array element you want to set for the ParamValue.
Applies to
.NET Standard
2.x