IDatabaseGetSchemaInfo Method (String) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax SchemaInfoCollection GetSchemaInfo(
string table
)
Function GetSchemaInfo (
table As String
) As SchemaInfoCollection
Parameters
- table
- Type: SystemString
The name of the table for which to obtain schema information.
Return Value
Type:
SchemaInfoCollectionThe schema information for the specified table or view.
See Also