C#
Parameters
- sqlText
- SQL command text.
- queryParameters
- Query parameters that will be converted into System.Data.Common.DbParameterCollection.
- behavior
- Provides a description of the results of the query and its effect on the database.
- cancellationToken
- The token to monitor for cancellation requests.
Return Value
Instance implementing System.Data.IDataReader for the resulting set of records.Exception | Description |
---|---|
PostgreSqlExecutorException | Executor was created in another thread. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2