共用方式為


StoredProcedureParameter interface

SQL 預存程式參數。

屬性

type

預存程序參數類型。

value

預存程序參數值。 Type:string (或 expression with resultType string) 。

屬性詳細資料

type

預存程序參數類型。

type?: string

屬性值

string

value

預存程序參數值。 Type:string (或 expression with resultType string) 。

value?: any

屬性值

any