Read Database Sheet Column Value

Data Storage
Server Side
Only PC

Read the value of a specific column for a given key from a standard database table

Declaration

async func ReadDBSheetColumnValue(sheetName string, accountId UUID, key string, columnIndex int, out var result List<object>, mapCode string, out var statusCode StatusCode)
go

Parameters

Input

Name Type Description
SheetName String Table name in the database
Account Id UUID Player unique ID
Key String Specified Identifier
Column Index Int The column index of the database table (0 = the first column)
Map Code String The battlefield code corresponding to the database, which can be filled in blanks, represents the battlefield code of the current map

Out

Name Type Description
Result List Read results
Status Code ErrorCode Error Code