IDatabaseMetaData.ImportedKeySetNull Field

Definition

For the columns <code>UPDATE_RULE</code> and <code>DELETE_RULE</code>, indicates that when the primary key is updated or deleted, the foreign key (imported key) is changed to <code>NULL</code>.

[Android.Runtime.Register("importedKeySetNull")]
public const int ImportedKeySetNull = 2;
[<Android.Runtime.Register("importedKeySetNull")>]
val mutable ImportedKeySetNull : int

Field Value

Int32
Attributes

Remarks

Java documentation for java.sql.DatabaseMetaData.importedKeySetNull.

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