Java.Sql.DatabaseMetaData.ImportedKeySetDefault Field
States that when the primary key is modified (updated or deleted) the foreign (imported) key is changed to its default value.

Value: 4

Syntax

[Android.Runtime.Register("importedKeySetDefault")]
public const int ImportedKeySetDefault

Remarks

States that when the primary key is modified (updated or deleted) the foreign (imported) key is changed to its default value. Applies to the UPDATE_RULE and DELETE_RULE columns.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1