Click or drag to resize
StringHelperToProcedurePrefix Method (String, String)
对输入的字符格式化,得到首字母为小写的字符串. 例如 tb_User -> proc_User.

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string ToProcedurePrefix(
	string text,
	string tablePrefix
)

Parameters

text
Type: SystemString
数据表名称
tablePrefix
Type: SystemString
数据表的前缀

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.ToProcedurePrefix(System.String,System.String)"]

See Also