Share via


EximAuthorizationSchemesTable_IN::findByAuthorizationTypeId Method

Reads the EximAuthorizationSchemesTable_IN table for the specified AuthorizationId and EximAuthorizationType_IN values.

Syntax

client server public static EximAuthorizationSchemesTable_IN findByAuthorizationTypeId(
    EximAuthorizationType_IN _authorizationType, 
    EximAuthorizationId_IN _authorizationId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to select the record for update.

Return Value

Type: EximAuthorizationSchemesTable_IN Table
true if the EximAuthorizationSchemesTable_IN record is found; otherwise, false.

See Also

Reference

EximAuthorizationSchemesTable_IN Table