ServerExtension.Query Method
Public MustOverride Function Query( _
ByVal user_id As EntityID, _
ByVal custom_data As String, _
ByVal database As IDatabase _
) As ExtensionResponse
This language is not supported or no code example is available.
public abstract ExtensionResponse Query(
EntityID user_id,
string custom_data,
IDatabase database
)
This language is not supported or no code example is available.
public:
virtual ExtensionResponse^ Query(
EntityID^ user_id,
String^ custom_data,
IDatabase^ database
) abstract
This language is not supported or no code example is available.
Parameters
- user_id
- EntityID
the user executing the command
- custom_data
- string
the custom data
- database
- IDatabase
the database to use
Return Value
ExtensionResponsethe db object to use