Show / Hide Table of Contents

Interface IEntityBase

Interface for entities

Inherited Members
IDeleteable.IsMarkedForDelete
IInt32Identity.Id
Namespace: Benday.EfCore.SqlServer
Assembly: Benday.EfCore.SqlServer.dll
Syntax
public interface IEntityBase : IDeleteable, IInt32Identity

Methods

| Edit this page View Source

GetDependentEntities()

Gets collection of dependent (aka. 'child') entities

Declaration
IList<IDependentEntityCollection> GetDependentEntities()
Returns
Type Description
IList<IDependentEntityCollection>
  • Edit this page
  • View Source
In this article
  • Methods
    • GetDependentEntities()
Back to top Copyright © www.benday.com | info@benday.com