Click or drag to resize
Result Class
SQL Server result
Inheritance Hierarchy
SystemObject
  DataTablesResult
    DataTables.DatabaseUtil.SqlserverResult

Namespace:  DataTables.DatabaseUtil.Sqlserver
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public class Result : Result

The Result type exposes the following members.

Constructors
  NameDescription
Public methodResult
Create a result. This will only ever be called by the Query class.
Top
Methods
  NameDescription
Public methodCount
Count the number of rows in the result set.
(Inherited from Result.)
Public methodDataTable
Get a DataTable of the results
(Inherited from Result.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFetch
Get the next row in a result set
(Inherited from Result.)
Public methodFetchAll
Get all rows in the result set
(Inherited from Result.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertId
Get the last insert ID from an insert query
(Overrides ResultInsertId.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also