TryGetValue<T> Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets the value associated with the specified dynamic record column name.
Parameters
- name
- The dynamic record column name for which the associated value is to be retrieved.
- value
- The value associated with the specified dynamic record column name, if defined. Otherwise,
default(T).
Type Parameters
- T
- The expected value type associated with the specified column name.
Return Value
true if the operation is successful. Otherwise, false.