FCFL.NET Common Library - API Reference
SqlHelper Class
Members 

Provides a convenience and data provider-agnostic wrapper around ADO.NET
Syntax
'Declaration
 
Public Class SqlHelper 
public class SqlHelper 
Remarks

SqlHelper can be used either as an instance or statically.

 

When used statically, SqlHelper is thread safe. Concurrent threads can call the same method at the same time and will experience no ill-effect.

 

When used as an instance, however, SqlHelper is NOT thread safe. Multiple threads should not use the same instance of SqlHelper.

Inheritance Hierarchy

System.Object
   FChoice.Common.Data.SqlHelper

Requirements

Namespace: FChoice.Common.Data

Platforms: Windows XP, Windows Server 2003 and 2008 family

Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)

See Also

Reference

SqlHelper Members
FChoice.Common.Data Namespace

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.