[]
Gets the data source schema.
protected virtual void GetSchema(PropertyDescriptorCollection props, int level, DataRelation r, PropertyDescriptor[] parent = null)
Type | Name | Description |
---|---|---|
PropertyDescriptorCollection | props | The collection of property descriptions. |
int | level | The level of column in a hierarchical data source. |
DataRelation | r | The collection of relations that link tables and allow navigation from parent tables to child tables. |
PropertyDescriptor[] | parent | The parent PropertyDescriptor. |