<< Click to Display Table of Contents >>

FlushDataBeforeBinding

Indicates whether to flush output stream buffer before dataset binding.

Prototype

bool FlushDataBeforeBinding

Example

var ds = This.GetDataSet();

_DEBUG("FlushDataBeforeBinding " + ds.FlushDataBeforeBinding);

See Also

Send data before binding(File store XML dataset), Send data before binding(HTTP STORE XML dataset)