IDwReadOnlyColumn.Update Property
.NET Standard 2.x
Gets a bool
value indicating whether the specified column is updatable. Each updatable column is included in the SQL statement that the Update method sends to the database. All updatable columns should be in the same database table.
This property is only used by .NET DataStore to generate SQL when calling the ReselectRow method. .NET DataStore uses the attributes (e.g. PropertySaveAttribute
, DatabaseGeneratedAttribute
) applied in the model, instead of this property, to indicate whether the column is updatable.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
bool Update { get; }
Property Value
System.Boolean
A bool
value indicating whether the specified column is updatable.
Applies to
.NET Standard
2.x