DevForce Help Reference
ContainsList Method (EntityListManager<T>)


Returns whether the specified list is managed by this EntityListManager.
Syntax
'Declaration
 
Public Function ContainsList( _
   ByVal list As IList _
) As Boolean
'Usage
 
Dim instance As EntityListManager(Of T)
Dim list As IList
Dim value As Boolean
 
value = instance.ContainsList(list)
public bool ContainsList( 
   IList list
)

Parameters

list
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

EntityListManager<T> Class
EntityListManager<T> Members

Send Feedback