DevForce Help Reference
GetEntityTypes Method


Returns developer types ( EF types, POCO types, and Complex types) from all probe assemblies.
Syntax
'Declaration
 
Public Function GetEntityTypes() As IEnumerable(Of Type)
'Usage
 
Dim instance As EntityMetadataStore
Dim value As IEnumerable(Of Type)
 
value = instance.GetEntityTypes()
public IEnumerable<Type> GetEntityTypes()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityMetadataStore Class
EntityMetadataStore Members

Send Feedback