Show / Hide Table of Contents

SqlHelper Class

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 2000, Windows XP, Windows Server family

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

Reference

SqlHelper Members
FChoice.Common.Data Namespace

Back to top © 2022 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.