Share via


RetailConnSCMonOutgoingMessages::find Method

Finds the specified record in the RetailConnSCMonOutgoingMessages table.

Syntax

client server public static RetailConnSCMonOutgoingMessages find(
    RetailConnPackageNum _packageNum, 
    RetailConnSCServiceName _serviceName, 
    RetailConnProfileConnectionString _connStr, 
    RetailConnSCMessageGUID _messageGuid, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: RetailConnSCMonOutgoingMessages Table
A record in the RetailConnSCMonOutgoingMessages table; otherwise, an empty record.

See Also

Reference

RetailConnSCMonOutgoingMessages Table