SnapDAL Library Documentation

DataFactory Constructor (String, String, Boolean)

Constructor

public DataFactory(
   string connect,
   string provider,
   bool useCache
);

Parameters

connect
The connection string required for the given provider
provider
The name of the provider to use
useCache
Boolean indicating if you want to cache your statments or have them read from the file system each call. This defaults to caching enabled.

See Also

DataFactory Class | SnapDAL Namespace | DataFactory Constructor Overload List