ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / SortDescriptorCollection Class / Remove Method

In This Topic
    Remove Method (SortDescriptorCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal item As SortDescriptor _
    ) As System.Boolean
    public System.bool Remove( 
       SortDescriptor item
    )

    Parameters

    item
    See Also