The following tables list the members exposed by DataTableMetadata.
Name | Description | |
---|---|---|
![]() | DataTableMetadata Constructor | Initializes a new instance of the DataTableMetadata class. |
Name | Description | |
---|---|---|
![]() | ColumnsCount | Gets the count of the columns stored in this DataTableMetadata. |
![]() | DataObjects | Gets the underlaying data objects. |
![]() | DataRows | Gets an array of DataRowMetadata created for this DataTableMetadata. |
![]() | RowsCount | Gets the count of the rows stored in this DataTableMetadata. |
Name | Description | |
---|---|---|
![]() | AddRowMetadata | Adds a new DataRowMetadata to the internal row medatada array. |
![]() | Contains | Determines whether dataObject is present in DataObjects collection. |
![]() | Insert | Inserts an DataRowMetadata at the specified index. |
![]() | RemoveAt | Removes the DataRowMetadata at the specified index. |