dotConnect for Oracle Documentation
Devart.Common Namespace / DbDataTable Class / SchemaTable Property

In This Topic
SchemaTable Property
In This Topic
Gets the schema table corresponding to the SelectCommand query.
Syntax
'Declaration
 
Public ReadOnly Property SchemaTable As DataTable
 

Property Value

The schema table corresponding to the SelectCommand query.
Remarks
This property is available after executing Open, Fill, or FillPage.
See Also