FDataBaseRecordSet::GetColumnNames

Returns the set of column names for this Recordset.

Windows
MacOS
Linux

References

Module

DatabaseSupport

Header

/Engine/Plugins/Runtime/Database/DatabaseSupport/Source/DatabaseSupport/Public/Database.h

Include

#include "Database.h"

Syntax

virtual TArray< FDatabaseColumnInfo > GetColumnNames() const

Remarks

Returns the set of column names for this Recordset. This is useful for determining what you can actually ask the record set for without having to hard code those ahead of time.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss