| RepositoryExecuteTResult Method (String) |
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public virtual TResult Execute<TResult>(
string command
)
Public Overridable Function Execute(Of TResult) (
command As String
) As TResult
Parameters
- command
- Type: SystemString
Type Parameters
- TResult
Return Value
Type:
TResultSee Also