UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

5 lines (4 loc) 162 B
import { DmsAPIWrapper } from './dms-api-wrapper'; export declare class WebPlatformSqlQuery extends DmsAPIWrapper { executeSql(_sql: string): Promise<any>; }