Show / Hide Table of Contents

Interface IInt32Identity

Indicates the int32 identity property for a domain object or entity framework core entity. For EF Core with SQL Server, this typically becomes the primary key with an incrementing value (@@IDENTITY).

Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public interface IInt32Identity

Properties

| Edit this page View Source

Id

Declaration
int Id { get; set; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com