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 intImportedKeySetDefault
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.