TempDBResultSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class TempDBResultSet
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class TempDBResultSet
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type TempDBResultSet = class
Public Class TempDBResultSet
- Inheritance
-
TempDBResultSet
- Attributes
Constructors
TempDBResultSet() |
Properties
NumOfColumns | |
NumOfRows | |
RecordsAffected |
Methods
GetColumnData(Int32, Int32) | |
GetColumnInfo(Int32) | |
InitializeColumnData(Int32, Int32) | |
InitializeColumnInfo(Int32) | |
SetColumnData(Int32, Int32, Object) | |
SetColumnInfo(Int32, String, Type, Int32) |