SnapDAL Library Documentation

SqlProvider Fields

The fields of the SqlProvider class are listed below. For a complete list of SqlProvider class members, see the SqlProvider Members topic.

Public Static Fields

ProcPrefix a string which can be used to filter out stored procs names when building config files

Protected Instance Fields

_classTypes (inherited from Provider)A holder class for the types of objects a provider can create
_paramTypes (inherited from Provider)The mapping of CLR/Types to DB types (enum values for each provider)
_recordToDir (inherited from Provider) Do we record the data as we get it?
_statements (inherited from Provider)The StatmentmentManage who can cache and collect statements

See Also

SqlProvider Class | SnapDAL.Providers Namespace