IDwReadOnlyColumn.UpdateWhereClause Property
.NET Standard 2.x
Gets a bool
value indicating whether the column can be included in the WHERE clause of the SQL UPDATE statement.
This property is not used by .NET DataStore. .NET DataStore uses ConcurrencyCheckAttribute
applied to the model, instead of this property, to indicate whether the column should be included in the WHERE clause of the SQL UPDATE statement.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
bool UpdateWhereClause { get; }
Property Value
System.Boolean
A bool
indicating whether the column can be included in the WHERE clause of the SQL UPDATE statement.
Applies to
.NET Standard
2.x