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