Click or drag to resize
DaoBase Properties

The DaoBase type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCommandTimeOut
Gets / sets the command time out (in seconds). This is a global setting, so every Command object created after you've set this property to a value will have that value as CommandTimeOut. Default is 30 seconds which is the ADO.NET default.
Public propertyEntityFactoryToUse
Gets / sets entityFactory to use
Public propertyFunctionMappings
Gets the function mappings for the DQE related to this Dao class. These function mappings are static and therefore not changeable.
Top
See Also