IManagementDatabaseCustomTable.InsertRow Method

Inserts one new row into the table.
Function InsertRow( _ 
ByVal parentRowGuid As String
) As IManagementDatabaseTableRow
This language is not supported or no code example is available.
IManagementDatabaseTableRow InsertRow( 
string parentRowGuid 
)
This language is not supported or no code example is available.

Parameters

parentRowGuid
string

The GUID of the parent row in the parent table. Must be set to a non null reference (Nothing in Visual Basic) if the ParentTable property is set to a non null reference (Nothing in Visual Basic) value. It is ignored if there's no parent table, i.e. the ParentTable property is set to null reference (Nothing in Visual Basic).

Return Value

IManagementDatabaseTableRow

The newly created row.

Exception type Condition

QdvApiException

A problem occurred.

ArgumentException

The parentRowGuid is null reference (Nothing in Visual Basic) while the ParentTable property is a not null reference (Nothing in Visual Basic) value.

Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition