This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
AIP
/
AipGateway
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
0f274a834b
Ramos
Etiquetas
master
AipGateway
/
AipDatabase.API
/
Repositories
/
Mapper
/
LinkedApiKey
/
DeleteById.sql
DeleteById.sql
103 B
Histórico
Em bruto
1
2
3
4
UPDATE TB_LINKED_API_KEY
SET DeletedAt = GETDATE(),
UseYn = 0
WHERE ServerId = @serverId