SqlServerDataLayer Class

Soulstone

Soulstone
An implementation of the DataLayerBase class for MS SQL Server.

Namespace:  Soulstone.Data
Assembly:  Soulstone.Data (in Soulstone.Data.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public sealed class SqlServerDataLayer : DataLayerBase
Visual Basic (Declaration)
Public NotInheritable Class SqlServerDataLayer _
	Inherits DataLayerBase
Visual C++
public ref class SqlServerDataLayer sealed : public DataLayerBase

Inheritance Hierarchy

System..::.Object
  Soulstone.Data..::.DataLayerBase
    Soulstone.Data..::.SqlServerDataLayer

See Also