Click or drag to resize
AkConnectionGetSQLs Method
获取收集的SQL表达式。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public List<string> GetSQLs()

Return Value

Type: ListString
收集的SQL表达式。
See Also