This topic has not yet been rated - Rate this topic

Rule Fields

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Indicates the action that occurs when a ForeignKeyConstraint is enforced.

The following tables list the members exposed by the Rule type.

  NameDescription
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCascadeDelete or update related rows. This is the default.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNoneNo action taken on related rows.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSetDefaultSet values in related rows to the value contained in the DefaultValue property.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSetNullSet values in related rows to DBNull.

Reference

Rule Type
System.Data Namespace
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.