Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
Use the LINQ to SQL IsDbGenerated property on the ColumnAttribute attribute to designate a field or property as representing a database-generated column.
For code examples, see IsDbGenerated.
To designate a field or property as representing a database-generated column
Add the IsDbGenerated property to the ColumnAttribute attribute.
Set the property value to
true.