DevForce Help Reference
ToQuery Method (EntityKeyList)


Returns an EntityQuery to retrieve the items in this key list.
Syntax
'Declaration
 
Public Function ToQuery() As EntityQuery
'Usage
 
Dim instance As EntityKeyList
Dim value As EntityQuery
 
value = instance.ToQuery()
public EntityQuery ToQuery()
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

EntityKeyList Class
EntityKeyList Members

Send Feedback