ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / GetSchema Method
The collection of property descriptions.
The level of column in a hierarchical data source.
The collection of relations that link tables and allow navigation from parent tables to child tables.
The parent System.ComponentModel.PropertyDescriptor.

In This Topic
    GetSchema Method (C1List)
    In This Topic
    Gets the data source schema.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub GetSchema( _
       ByVal props As PropertyDescriptorCollection, _
       ByVal level As Integer, _
       ByVal r As DataRelation, _
       Optional ByVal parent() As PropertyDescriptor _
    ) 

    Parameters

    props
    The collection of property descriptions.
    level
    The level of column in a hierarchical data source.
    r
    The collection of relations that link tables and allow navigation from parent tables to child tables.
    parent
    The parent System.ComponentModel.PropertyDescriptor.
    See Also