PrimaryKeyAttribute
Overview
Property attribute.
Mark given property of the table definition class as the PK field.
[PrimaryKey()]
public virtual int Product
{
...
}
This attribute is used by DA LINQ engine internally for proper synchronization autoincrement values.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Linq
- Ancestry: Attribute | PrimaryKeyAttribute
Instance Methods
constructor
constructor
PrimaryKeyAttribute()
Sub New()
- DA LINQ Table Definitions