See Also

SqlHelper Members  | FChoice.Common.Data Namespace

Requirements

Namespace: FChoice.Common.Data

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: FChoice.Common (in FChoice.Common.dll)

Language

Visual Basic

C#

Show All

See Also Requirements Languages FCFL.NET Common Library - API Reference Send comments on this topic.

SqlHelper Class

Provides a convenience and data provider-agnostic wrapper around ADO.NET

For a list of all members of this type, see SqlHelper members.

Inheritance Hierarchy

System.Object
   FChoice.Common.Data.SqlHelper

Syntax

[Visual Basic]
Public Class SqlHelper
[C#]
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.

Requirements

Namespace: FChoice.Common.Data

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: FChoice.Common (in FChoice.Common.dll)

See Also

SqlHelper Members  | FChoice.Common.Data Namespace

 

 


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