Read Database Sheet Column Value

Data Storage
Lado del servidor
Solo en PC

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

Declaración

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

Parámetros

Entrada

Nombre Tipo Descripción
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

Afuera

Nombre Tipo Descripción
Result List Read results
Status Code ErrorCode Error Code