QuickObjects.DBLibrary Send comments on this topic.
FillSchema Property
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class : FillSchema Property

FillSchema

Value of FillSchema determines weather after running a SELECT statement if the FillSchema method will be called to fill the underlying schema into the dataset.

NOTE: This is set to false by default.

Syntax

C# 
public bool FillSchema {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also