Click or drag to resize

RepositoryExecuteTResult Method (String, Object)

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public virtual TResult Execute<TResult>(
	string command,
	params Object[] parameters
)

Parameters

command
Type: SystemString
parameters
Type: SystemObject

Type Parameters

TResult

Return Value

Type: TResult
See Also