Interface DoCmd2DSQLResponse

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

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

Hierarchy

Properties

Properties

errmsg?: string

錯誤訊息

success: boolean

是否處理成功

Generated using TypeDoc