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


Instance Methods


constructor

 

constructor

 

PrimaryKeyAttribute()

 

Sub New()

 

  • DA LINQ Table Definitions