skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • MCP Servers
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    MCP Servers

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

Interface ResultSet

Namespace: Telerik.OpenAccess.RT.sql
Assembly: Telerik.OpenAccess.Runtime.dll

Syntax

public interface ResultSet

Properties

FieldCount

Declaration
int FieldCount { get; }
Property Value
System.Int32

NeedConverter

Declaration
bool NeedConverter { get; }
Property Value
System.Boolean

Methods

absolute(Int32)

Declaration
bool absolute(int row)
Parameters
System.Int32 row

Returns
System.Boolean

AvoidBuffering()

Declaration
void AvoidBuffering()

close()

Declaration
void close()

findColumn(String)

Declaration
int findColumn(string columnName)
Parameters
System.String columnName

Returns
System.Int32

getBoolean(Int32)

Declaration
bool getBoolean(int columnIndex)
Parameters
System.Int32 columnIndex

Returns
System.Boolean

getBoolean(String)

Declaration
bool getBoolean(string columnName)
Parameters
System.String columnName

Returns
System.Boolean

getInt(Int32)

Declaration
int getInt(int columnIndex)
Parameters
System.Int32 columnIndex

Returns
System.Int32

getInt(String)

Declaration
int getInt(string columnName)
Parameters
System.String columnName

Returns
System.Int32

getLong(Int32)

Declaration
long getLong(int columnIndex)
Parameters
System.Int32 columnIndex

Returns
System.Int64

getLong(String)

Declaration
long getLong(string columnName)
Parameters
System.String columnName

Returns
System.Int64

getObject(Int32)

Declaration
object getObject(int columnIndex)
Parameters
System.Int32 columnIndex

Returns
System.Object

GetReader()

Declaration
DbDataReader GetReader()
Returns
System.Data.Common.DbDataReader

getRow()

Declaration
int getRow()
Returns
System.Int32

getShort(Int32)

Declaration
short getShort(int columnIndex)
Parameters
System.Int32 columnIndex

Returns
System.Int16

getShort(String)

Declaration
short getShort(string columnName)
Parameters
System.String columnName

Returns
System.Int16

getString(Int32)

Declaration
string getString(int columnIndex)
Parameters
System.Int32 columnIndex

Returns
System.String

getString(String)

Declaration
string getString(string columnName)
Parameters
System.String columnName

Returns
System.String

GetValues(Object[])

Declaration
int GetValues(object[] vals)
Parameters
System.Object[] vals

Returns
System.Int32

IsNull(Int32)

Declaration
bool IsNull(int columnIndex)
Parameters
System.Int32 columnIndex

Returns
System.Boolean

last()

Declaration
bool last()
Returns
System.Boolean

next()

Declaration
bool next()
Returns
System.Boolean

SetConverter(ConverterUsage[])

Declaration
void SetConverter(ConverterUsage[] c)
Parameters
OpenAccessRuntime.Data.ConverterUsage[] c

wasNull()

Declaration
bool wasNull()
Returns
System.Boolean

Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.