Overload | Description |
---|---|
SqlHelper Constructor() | Creates a new instance of SqlHelper using the default DbProvider instance |
SqlHelper Constructor(DbProvider) | Creates a new instance of SqlHelper with the specified DbProvider instance |
SqlHelper Constructor(String) | Creates a new instance of SqlHelper using the specified command text (SQL statement) with the CommandType set to Text |
SqlHelper Constructor(CommandType,String) | Creates a new instance of SqlHelper with the specified CommandType and command text (SQL statement) |
SqlHelper Constructor(DbProvider,String) | Creates a new instance of SqlHelper using the specified DbProvider instance and command text (SQL statement) and the CommandType set to Text |
SqlHelper Constructor(DbProvider,CommandType,String) | Creates a new instance of SqlHelper with the specified DbProvider instance, CommandType and command text (SQL statement) |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family