Print Page | Close Window

Get All Entities

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1361
Printed Date: 01-May-2025 at 4:22am


Topic: Get All Entities
Posted By: mbevins1
Subject: Get All Entities
Date Posted: 06-Jul-2009 at 5:39am
Is there a way to list all entities not just what is in cache, similar to GetEntityGroups()?



Replies:
Posted By: GregD
Date Posted: 14-Jul-2009 at 12:22pm
Type[] entityTypes = IdeaBlade.Core.ReflectionFns.GetTypesImplementing(typeof(Entity), "DomainModel");



Posted By: mbevins1
Date Posted: 15-Jul-2009 at 4:49am
Perfect, thanks.



Print Page | Close Window