IManagementDatabaseCustomTable.DeleteRow Method

Deletes a row from the table.
Sub DeleteRow( _ 
ByVal rowGuid As String
)
This language is not supported or no code example is available.
void DeleteRow( 
string rowGuid 
)
This language is not supported or no code example is available.

Parameters

rowGuid
string

The GUID of the row to be deleted.

Exception type Condition

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition