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
| Improve this Doc View SourceId
Declaration
int Id { get; set; }
Property Value
Type | Description |
---|---|
int |