ComponentOne DataObjects for .NET
UpdateCascadeServer Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > SimpleRelation Class : UpdateCascadeServer Property
Gets or sets a value indicating whether the database performs cascade update of child key values when their parent key value is modified.
Syntax
'Declaration
 
Public Property UpdateCascadeServer As System.Boolean
public System.bool UpdateCascadeServer {get; set;}
Remarks
The default is True.

Performing database update in a cascade key update situation, C1DataObjects must know whether the database is performing cascade update as well.

See Also

Reference

SimpleRelation Class
SimpleRelation Members
Simple Relations