Share via


AddressTypeTable_RU::findByName Method

Finds the AddressTypeTable_RU table by the given _addrTypeName and _addrTypeLevel parameters.

Syntax

server public static AddressTypeTable_RU findByName(
    AddrTypeName_RU _addrTypeName, 
    AddrTypeLevel_RU _addrTypeLevel, 
   [boolean _forUpdate])

Run On

Server

Parameters

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

Return Value

Type: AddressTypeTable_RU Table
The AddressTypeTable_RU table buffer.

See Also

Reference

AddressTypeTable_RU Table