Gadget.GetScriptInputs Method
Protected MustOverride Function GetScriptInputs( _
ByVal db As IDatabase _
) As List(Of ScriptInput)
This language is not supported or no code example is available.
protected abstract List<ScriptInput> GetScriptInputs(
IDatabase db
)
This language is not supported or no code example is available.
protected:
virtual List<ScriptInput^>^ GetScriptInputs(
IDatabase^ db
) abstract
This language is not supported or no code example is available.
Parameters
- db
- IDatabase