Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include protected members
Include inherited members
Enumerates the column values of a record using the JetEnumerateColumns function. JetEnumerateColumns(JET_SESID, JET_TABLEID, Int32, [], Int32, [], JET_PFNREALLOC, IntPtr, Int32, EnumerateColumnsGrbit) returns an array of JET_ENUMCOLUMNVALUE structures. The array is returned in memory that was allocated using the callback that was supplied to that function.
The JET_ENUMCOLUMNVALUE type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
JET_ENUMCOLUMNVALUE |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
cbData | Gets the size of the column value for the column. |
![]() |
err | Gets the column status code resulting from the enumeration of the column value. |
![]() |
itagSequence | Gets the column value (by one-based index) that was enumerated. |
![]() |
pvData | Gets the value that was enumerated for the column. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a String that represents the current JET_ENUMCOLUMNVALUE. (Overrides Object.ToString().) |
Top
.gif)
.gif)
.gif)