Click or drag to resize

DatabaseReplacerRunReplace Method (String, String, String, String, String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
[ObsoleteAttribute("Use ReplaceInDatabase instead.")]
public string RunReplace(
	string database,
	string table,
	string strField,
	string strPrimaryKeyField,
	string strReplaceString,
	string strReplaceWith
)

Parameters

database
Type: SystemString
table
Type: SystemString
strField
Type: SystemString
strPrimaryKeyField
Type: SystemString
strReplaceString
Type: SystemString
strReplaceWith
Type: SystemString

Return Value

Type: String
See Also