FindRecord(String,String,String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Specific method for finding a record in the currently locked table, based on the type of the key value.
public virtual IRealTimeBaseRecord FindRecord(
string type,
string keyFieldName,
string keyFieldValue
)
public:
virtual IRealTimeBaseRecord^ FindRecord(
String^ type,
String^ keyFieldName,
String^ keyFieldValue
)
Parameters
- type
- The System.Type as a string for the key field.
- keyFieldName
- The name of the key field.
- keyFieldValue
- The value of the key field.
Return Value
A record object, or null if no record was found matching the given key value