TypeVariables View (System_Runtime)
Contains binding information for generic type variables that are type signatures.
Fields
The following table lists the fields in the TypeVariables view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the type variable. References the [System_Runtime].[TypeSignatures] view. |
BoundParentDelegateTypeParameter |
bigint |
A reference to a generic parameter in an enclosing delegate that this type signature binds to. This field should not be used when the generic type variable does not originate from a delegate. References the [System_Runtime].[DelegateGenericTypeParameters] view. |
|
BoundParentMethodTypeParameter |
bigint |
A reference to a generic parameter in an enclosing method that this type signature binds to. This field should not be used when the generic type variable does not originate from a method. References the [System_Runtime].[MethodGenericTypeParameters] view. |
|
BoundParentTypeParameter |
bigint |
A reference to a generic parameter in an enclosing type that this type signature binds to. This field should not be used when the generic type variable does not originate from another type. References the [System_Runtime].[GenericTypeParameters] view. |
|
Folder |
int |
yes |
The “Oslo” repository Folder associated with the type variable. References the [Repository.Item].[Folders] view. (Default = 100) |