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