StringHelperToProcedurePrefix Method (String) |
对输入的字符格式化,得到首字母为小写的字符串. 例如 tb_User -> proc_User.
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToProcedurePrefix(
string text
)
public:
static String^ ToProcedurePrefix(
String^ text
)
Parameters
- text
- Type: SystemString
数据表名称
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.ToProcedurePrefix(System.String)"]
See Also