Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / Select Method / Select(String,String) Method

In This Topic
    Select(String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Select( _
       ByVal filterExpression As System.String, _
       ByVal sort As System.String _
    ) As System.Data.DataRow()
    public System.Data.DataRow[] Select( 
       System.string filterExpression,
       System.string sort
    )

    Parameters

    filterExpression
    sort
    See Also