ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / GetTextFields<T> Method
The collection view.
if set to true it will return numeric fields.

In This Topic
    GetTextFields<T> Method
    In This Topic
    Gets the text fields of the items of this collection view.
    Syntax
    'Declaration
     
    Public Shared Function GetTextFields(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T), _
       Optional ByVal includeNumbers As System.Boolean _
    ) As System.Collections.Generic.IEnumerable(Of String)
    public static System.Collections.Generic.IEnumerable<string> GetTextFields<T>( 
       ICollectionView<T> collectionView,
       System.bool includeNumbers
    )
    where T: class

    Parameters

    collectionView
    The collection view.
    includeNumbers
    if set to true it will return numeric fields.

    Type Parameters

    T
    See Also