IEntityWithKey Interface

Definition

Interface that defines an entity containing a key.

public interface IEntityWithKey
type IEntityWithKey = interface
Public Interface IEntityWithKey
Derived

Properties

EntityKey

Gets or sets the EntityKey for instances of entity types that implement this interface.

Applies to