Returns schema information for the data source of this connection
using the specified string for the schema name and the specified string array
for the restriction values.
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overrides Function GetSchema ( _
collectionName As String, _
restrictionValues As String() _
) As DataTable |
| Visual C++ |
|---|
public:
virtual DataTable^ GetSchema(
String^ collectionName,
array<String^>^ restrictionValues
) override |
Parameters
- collectionName
- Type: System..::..String
Specifies the name of the schema to return. Now only support "INDEXES" and "INDEXCOLUMNS"
- restrictionValues
- Type: array<System..::..String>[]()[][]
Specifies a set of restriction values for the requested schema.
Return Value
A System.Data.DataTable that contains schema information.
See Also