| RepositorySelectByIdT Method (String, Query) |
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public virtual T SelectById<T>(
string id,
Query query
)
where T : new(), ItemEntry
Public Overridable Function SelectById(Of T As {New, ItemEntry}) (
id As String,
query As Query
) As T
Parameters
- id
- Type: SystemString
- query
- Type: Dynamicweb.Content.Items.QueriesQuery
Type Parameters
- T
Return Value
Type:
TSee Also