Read Database Leaderboard Association Value

Data Storage
Lado del servidor
Solo en PC

Read the combination of values from a leaderboard table and its associated table in the database

Declaración

async func ReadDBLeaderboardAssociationValue(sheetName string, key string, out var result List<object>, mapCode string, out var statusCode StatusCode, out var associationStatusCode StatusCode)
go

Parámetros

Entrada

Nombre Tipo Descripción
SheetName String The name of the ranking table in the database
Key String Specified Identifier
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 result
Status Code ErrorCode Error Code
Association Status Code ErrorCode Association Error Code