Functions.GetSqlFactory 方法 | |
Retrieve the default SQL factory.
命名空间:
XSharp.Data
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 FUNCTION GetSqlFactory() AS ISqlFactory
public static ISqlFactory GetSqlFactory()
查看代码返回值
类型:
ISqlFactoryThe current default factory.
参见