Interface IHasKey<TKey>
- Namespace
- Axolotl.EFCore.Interfaces
- Assembly
- Axolotl.EFCore.dll
public interface IHasKey<TKey> where TKey : notnull
Type Parameters
TKey
- Extension Methods
Properties
Id
TKey Id { get; set; }
Property Value
- TKey
public interface IHasKey<TKey> where TKey : notnull
TKey
TKey Id { get; set; }