GetSqlSingle Method (Int32) (SmiRequestExecutor Class)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the data, for a parameter or column, as the specified type. No conversions are applied. The assembly that contains this class has a friend relationship with SQLAccess.dll. It is intended for use by SQL Server. For other databases, use the hosting mechanism provided by that database.
Namespace: Microsoft.SqlServer.Server
Assembly: System.Data (in System.Data.dll)
Function GetSqlSingle(ByVal ordinal As Integer) As SqlSingle
SqlSingle GetSqlSingle (int ordinal);
Parameters
Parameter |
Description |
|---|---|
ordinal |
The zero-based parameter ordinal. |
Return Value
An InvalidOperationException. Use the ITypeGettersV3 method that provides a SmiEventSink object and register for the SmiEventSink's ParametersAvailable event.
Version Information
.NET Framework
Supported in: 2.0