IDatabaseMetaData.ImportedKeySetDefault Field

Definition

For the columns <code>UPDATE_RULE</code> and <code>DELETE_RULE</code>, indicates that if the primary key is updated or deleted, the foreign key (imported key) is set to the default value.

[Android.Runtime.Register("importedKeySetDefault")]
public const int ImportedKeySetDefault = 4;
[<Android.Runtime.Register("importedKeySetDefault")>]
val mutable ImportedKeySetDefault : int

Field Value

Int32
Attributes

Remarks

Java documentation for java.sql.DatabaseMetaData.importedKeySetDefault.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to