Interface IHasPrimaryKey<TPrimaryKey>
Namespace: Mix.Heart.Entities
Assembly: mix.heart.dll
Syntax
public interface IHasPrimaryKey<TPrimaryKey>
Type Parameters
Name | Description |
---|---|
TPrimaryKey |
Properties
| Improve this Doc View SourceId
Declaration
TPrimaryKey Id { get; set; }
Property Value
Type | Description |
---|---|
TPrimaryKey |