DeleteRule Property

 

Description

 

Indicates the action performed when a primary key is deleted. Sets and returns a Long value that can be one of the RuleEnum constants. The default value is adRINone.

 

PowerBASIC Syntax

 

PROPERTY GET DeleteRule () AS LONG

PROPERTY SET DeleteRule (BYVAL newVal AS LONG)

 

Parameter (SET DeleteRule only)

 

newVal

A Long value that can be one of the RuleEnum constants. The default value is adRINone.

 

Return Value (GET DeleteRule only)

 

The current value of the property.

 

Remarks

 

This property is read-only on Key objects already appended to a collection.

 

Valid XHTML 1.0 Transitional