Content


NTL
Core
DbSupportedPositionOperations

DbSupportedPositionOperations


Describes database supported position operations. 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 DbSupportedPositionOperations
{
    bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source) 
    bool Position;
    bool Refresh;
    bool Update;
    bool Delete;
    bool Add;

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