LogicalKeyFor(String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Returns the first field descriptor that is a primary, config key for the given table.
Failing that, it returns the first realtime field descriptor.
public FieldDescriptor LogicalKeyFor(
string tableName
)
public:
FieldDescriptor^ LogicalKeyFor(
String^ tableName
)
Parameters
- tableName
- The table name to locate the key for.
Return Value
A field description for the first logical key (config if available, then realtime).