GenericSqlCommandFillPlaceholder Method (String, String, String, String) |
填充占位符的内容
Namespace: X3Platform.DataAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic string FillPlaceholder(
string commandText,
string placeholder,
string placeholderValue,
string fillText
)
public:
String^ FillPlaceholder(
String^ commandText,
String^ placeholder,
String^ placeholderValue,
String^ fillText
)
Parameters
- commandText
- Type: SystemString
SQL命令 - placeholder
- Type: SystemString
占位符名称 - placeholderValue
- Type: SystemString
占位符实际填充的值 - fillText
- Type: SystemString
填充的文本
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Data.GenericSqlCommand.FillPlaceholder(System.String,System.String,System.String,System.String)"]
See Also