StoredProcedureParameter interface
SQL 預存程式參數。
屬性詳細資料
type
預存程序參數類型。
type?: string
屬性值
string
value
預存程序參數值。 Type:string (或 expression with resultType string) 。
value?: any
屬性值
any
SQL 預存程式參數。
預存程序參數類型。
type?: string
string
預存程序參數值。 Type:string (或 expression with resultType string) 。
value?: any
any