BMXNET 4.0 Developer API
Assembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
protected override DataTable FillSchema( DataTable dataTable, SchemaType schemaType, IDbCommand command, CommandBehavior behavior )
Protected Overrides Function FillSchema ( _ dataTable As DataTable, _ schemaType As SchemaType, _ command As IDbCommand, _ behavior As CommandBehavior _ ) As DataTable
protected: virtual DataTable^ FillSchema( DataTable^ dataTable, SchemaType schemaType, IDbCommand^ command, CommandBehavior behavior ) override