DevForce Help Reference
FromEntity Method


Build a EntityKeyList from a single entity.
Syntax
'Declaration
 
Public Shared Function FromEntity( _
   ByVal entity As Object _
) As EntityKeyList
'Usage
 
Dim entity As Object
Dim value As EntityKeyList
 
value = EntityKeyList.FromEntity(entity)
public static EntityKeyList FromEntity( 
   object entity
)

Parameters

entity
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