Click or drag to resize

DatabaseReplacerReplaceInDatabase Method

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public string ReplaceInDatabase(
	string database,
	string table,
	string field,
	string primaryKeyField,
	string originalValue,
	string replaceValue
)

Parameters

database
Type: SystemString
table
Type: SystemString
field
Type: SystemString
primaryKeyField
Type: SystemString
originalValue
Type: SystemString
replaceValue
Type: SystemString

Return Value

Type: String
See Also