IDwReadOnlyColumn.Identity Property
.NET Standard 2.x
Gets a bool
value indicating whether a column's value in a newly inserted row is supplied in PowerBuilder.
This property is not used in .NET DataStore. .NET DataStore uses IdentityAttribute
applied to the model instead of this property to indicate whether a column's value in a newly inserted row is supplied.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
bool Identity { get; }
Property Value
System.Boolean
A bool
value indicating whether a column's value in a newly inserted row is supplied by the DBMS:
true
-- The DBMS will supply the value of the column in a newly inserted row; the column is not updatable.
false
-- The column is updatable.
An IReadOnlyList<IDwColumn>
object which contains the specifications for the columns.
Applies to
.NET Standard
2.x