dotConnect for DB2 Documentation
Devart.Common Namespace / DbDataTable Class / ConflictOption Property

In This Topic
ConflictOption Property
In This Topic
Specifies which System.Data.ConflictOption is to be used by the DbDataTable.
Syntax
'Declaration
 
Public Overridable Property ConflictOption As ConflictOption
 

Property Value

One of the System.Data.ConflictOption values describing the behavior of this DbDataTable.
See Also