Click or drag to resize

SqlSetFactory Function

X#
Overload List
  NameDescription
Public methodStatic memberSqlSetFactory
This function allows you to choose the Ado.Net provider that is used for the subsequent SqlConnect() or SqlStringConnect() calls.
Public methodStatic memberSqlSetFactory(String)
This function allows you to choose the Ado.Net provider that is used for the subsequent SqlConnect() or SqlStringConnect() calls.
Public methodStatic memberSqlSetFactory(ISqlFactory)
This function allows you to choose the Ado.Net provider that is used for the subsequent SqlConnect() or SqlStringConnect() calls.
Top
See Also