Interface DoCmd2DSQLResponse

C#DoCmd2D後端回傳結構,對應指令:

  • SearchBySQL
  • SearchByDistanceResponse
  • SearchByIncludeResponse
interface DoCmd2DSQLResponse {
    success: boolean;
    errmsg?: string;
}

Hierarchy

Properties

Properties

success: boolean

是否處理成功

errmsg?: string

錯誤訊息

Generated using TypeDoc