Content


NTL
Core
DbSupportedScrollOptions

DbSupportedScrollOptions


Describes database supported scroll options. Each member of the structure is a boolean value indicating whether the feature is supported or not.

You can find more information in comments below.

struct DbSupportedScrollOptions
{
    bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source) 
    bool ForwardOnly;
    bool Static;
    bool KeysetDriven;
    bool Dynamic;
    bool Mixed;

    explicit operator String() const;
};
Namespace: nitisa
Include: Nitisa/Db/DbSupportedScrollOptions.h