| 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
)
Public Function ReplaceInDatabase (
database As String,
table As String,
field As String,
primaryKeyField As String,
originalValue As String,
replaceValue As String
) As String
Parameters
- database
- Type: SystemString
- table
- Type: SystemString
- field
- Type: SystemString
- primaryKeyField
- Type: SystemString
- originalValue
- Type: SystemString
- replaceValue
- Type: SystemString
Return Value
Type:
StringSee Also