LogicalKeyFor Method (SchemaLocator)
- 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.
| Overload | Description |
|---|---|
| LogicalKeyFor(String) | Returns the first field descriptor that is a primary, config key for the given table. Failing that, it returns the first realtime field descriptor. |
| LogicalKeyFor(String,Func<IEnumerable<String>,String,Boolean>,IEnumerable<String>) | Returns the first field descriptor that is a primary, config key for the given table and constraint. Failing that, it returns the first realtime field descriptor. |