IMinute.InsertSetAtRow (Int32, String, Int32, String, Double) Method

Sub InsertSetAtRow( _ 
ByVal pathNumber As Integer, _ 
ByVal databaseName As String, _ 
ByVal row As Integer, _ 
ByVal setReference As String, _ 
ByVal setQuantity As Double
)
This language is not supported or no code example is available.
void InsertSetAtRow( 
int pathNumber
string databaseName
int row
string setReference
double setQuantity 
)
This language is not supported or no code example is available.

Parameters

pathNumber
int

databaseName
string

row
int

setReference
string

setQuantity
double

Remarks
 

This method is not intended to update a set, only to insert it.

If the set contains input fields, an exception will be thrown. Instead, you must call InsertSetAtRow and supply the proper input fields blob.

<inheritdoc cref="IMinute.GetFieldValue(Integer, String)" path="/remarks/para[@id='ensure-valid-cache']" />

For historical reasons, when an error is encountered during insertion of the set, a prompt window will be displayed to the user asking for an action. If you want to avoid this UI, you must call the InsertSetAtRow method which has a parameter where you can specify the action.

Version
 
Available since QDV 7.15.539.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition