Schema information in SQLite is difficult to map into .NET conventions, so a lot of work must be done
to gather the necessary information so it can be represented in an ADO.NET manner.
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Overrides Function GetSchemaTable As DataTable |
Visual C++ |
---|
public:
virtual DataTable^ GetSchemaTable() override |
Return Value
Returns a DataTable containing the schema information for the active SELECT statement being processed.
Implements
IDataReader..::..GetSchemaTable()()()()
See Also