DevForce Help Reference
CreateFinder Method (StoredProcQuery)


Internal use only.
Syntax
'Declaration
 
Public Function CreateFinder( _
   ByVal manager As EntityManager _
) As IEntityFinder
'Usage
 
Dim instance As StoredProcQuery
Dim manager As EntityManager
Dim value As IEntityFinder
 
value = instance.CreateFinder(manager)
public IEntityFinder CreateFinder( 
   EntityManager manager
)

Parameters

manager
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

StoredProcQuery Class
StoredProcQuery Members

Send Feedback