Bagikan melalui


StoredProcedureDefinition interface

Properti

body

Tubuh StoredProcedure . Ini adalah fungsi JavaScript.

id

Id StoredProcedure .

Detail Properti

body

Tubuh StoredProcedure . Ini adalah fungsi JavaScript.

body?: string | (inputs: any[]) => void

Nilai Properti

string | (inputs: any[]) => void

id

Id StoredProcedure .

id?: string

Nilai Properti

string