ISqlForeignKeyConstraint.OnUpdateAction Property
Gets or sets a value that models the ON UPDATE option.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property OnUpdateAction As SqlForeignKeyAction
SqlForeignKeyAction OnUpdateAction { get; set; }
property SqlForeignKeyAction OnUpdateAction {
SqlForeignKeyAction get ();
void set (SqlForeignKeyAction value);
}
abstract OnUpdateAction : SqlForeignKeyAction with get, set
function get OnUpdateAction () : SqlForeignKeyAction
function set OnUpdateAction (value : SqlForeignKeyAction)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlForeignKeyAction
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.