ICommandFactory Interface |
Namespace: PDTec.IceNet.Core.Database.Query
public interface ICommandFactory
The ICommandFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| AddInputParameter | ||
| AddInputSetParameter(String, IDbCommand, String, Int32) | ||
| AddInputSetParameter(String, IDbCommand, String, ParameterType, Boolean, String) | ||
| AddOutputCursorParameter | ||
| AddOutputParameter | ||
| AppendClob | ||
| BuildLikeParameterValue | ||
| CreateCommand |
Creates a DB command.
| |
| ReadClob | ||
| ReadDouble |
Reads decimal number from data reader.
| |
| ReadString |
Reads string from data reader and ensures that result is not null, even if the DB provider returns SQL NULL.
| |
| RegisterInfoMessageHandler |