[ROOT] / doc / toc / ARCCore / Class / PK / TryGetV / __TOCDet
Key | Value |
---|---|
Assembly | ARCCore |
DocFragType | ClassMember |
IsInherited | -False- |
IsInheritedDoc | -False- |
Lines | -3- |
Name | TryGetV |
Namespace | ARCCore |
Type | PK |
ClassMemberAttribute
Key | Value |
---|---|
DeclaringType | PK |
MethodName | TryGetV |
MethodSignature | Boolean TryGetV[TRequest](TRequest ByRef, System.String ByRef) |
Only type of PK, string or type of __enum is allowed to ask for (as TRequest generic type parameter).
This is a special override necessary when this class occurs as a property in a query table for instance, and one wants the string representation. Our base class PRich implements TryGetV by looking for Value and will therefore never succeeed.
Generated 2025-03-26 08:21:07.177 UTC