| 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
)
<ObsoleteAttribute("Use ReplaceInDatabase instead.")>
Public Function RunReplace (
database As String,
table As String,
strField As String,
strPrimaryKeyField As String,
strReplaceString As String,
strReplaceWith As String
) As String
Parameters
- database
- Type: SystemString
- table
- Type: SystemString
- strField
- Type: SystemString
- strPrimaryKeyField
- Type: SystemString
- strReplaceString
- Type: SystemString
- strReplaceWith
- Type: SystemString
Return Value
Type:
StringSee Also