Click or drag to resize
GenericSqlCommandFillPlaceholder Method (String, String, String, String)
填充占位符的内容

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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