DevForce Help Reference
UnmanageList Method (EntityListManager<T>)


Removes a list from the set of those managed by this EntityListManager.
Syntax
'Declaration
 
Public Sub UnmanageList( _
   ByVal list As IList _
) 
'Usage
 
Dim instance As EntityListManager(Of T)
Dim list As IList
 
instance.UnmanageList(list)
public void UnmanageList( 
   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