Show / Hide Table of Contents

Interface IStringIdentity

Indicates the string identity property for a domain object,
entity framework core entity, CosmosDb entity, or Azure Storage entity. For EF Core, this typically becomes the primary key.

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

Properties

| Edit this page View Source

Id

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