Click or drag to resize

DMConnectionUtilityReplaceVariablesInSql Method

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public static string ReplaceVariablesInSql(
	string sqlCommandText,
	IEnumerable<QueryVariable> variables
)

Parameters

sqlCommandText
Type: SystemString
variables
Type: System.Collections.GenericIEnumerableQueryVariable

Return Value

Type: String
See Also