GenericTypeParameters View (System_Runtime)
Stores information for parameters declared in generic types.
Fields
The following table lists the fields in the GenericTypeParameters view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier for the generic type parameter. |
DeclaredInGenericType |
bigint |
yes |
The generic type that contains the generic type parameter. References the [System_Runtime].[Types] 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 type declaration. |
Name |
nvarchar(128) |
yes |
The name of the generic type parameter. |
Remarks
The following views reference the [System_Runtime].[GenericTypeParameters] view.