MethodGenericTypeParameters View (System_Runtime)
Stores information on generic type parameters for generic methods in the [System_Runtime].[Methods] view.
Fields
The following table lists the fields in the MethodGenericTypeParameters view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the generic type parameter. |
DeclaredInGenericMethod |
bigint |
yes |
The generic method that declares the generic type parameter. References the [System_Runtime].[Methods] view. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the generic type parameter. References the [Repository.Item].[Folders] view. (Default = 100) |
Index |
int |
yes |
The zero-based index of the generic type parameter in the generic method declaration. |
Name |
nvarchar(128) |
yes |
The name of the generic type parameter. |
Remarks
The following views reference the [System_Runtime].[MethodGenericTypeParameters] view.