The AdoHelper class is intended to encapsulate high performance, scalable best practices for common data access uses.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public class AdoHelper<TFactory>
where TFactory : new(), DbProviderFactory
Visual Basic
Public Class AdoHelper(Of TFactory As {New, DbProviderFactory})

Type Parameters

TFactory
The type of the factory.

Inheritance Hierarchy

System..::..Object
  CodeSmith.Engine..::..AdoHelper<(Of <(<'TFactory>)>)>

See Also