AifSchemaStore::find Method
Finds a record in the AifSchemaStore table.
Syntax
client server public static AifSchemaStore find(RecId schemaRecId, [boolean update])
Run On
Called
Parameters
- schemaRecId
Type: RecId Extended Data Type
The record ID of the record to find in the AifSchemaStore table.
- update
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: AifSchemaStore Table
The record that was found in the AifSchemaStore table.