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 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_ENUMCOLUMN type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
JET_ENUMCOLUMN |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
cbData | Gets the size of the value that was enumerated for the column. This member is only used if err is equal to ColumnSingleValue. |
![]() |
cEnumColumnValue | Gets the number of column values enumerated for the column. This member is only used if err is not ColumnSingleValue. |
![]() |
columnid | Gets the columnid ID that was enumerated. |
![]() |
err | Gets the column status code that results from the enumeration. |
![]() |
pvData | Gets the value that was enumerated for the column. This member is only used if err is equal to ColumnSingleValue. This points to memory allocated with the JET_PFNREALLOC allocator callback passed to JetEnumerateColumns(JET_SESID, JET_TABLEID, Int32, [], Int32, [], JET_PFNREALLOC, IntPtr, Int32, EnumerateColumnsGrbit). Remember to release the memory when finished. |
![]() |
rgEnumColumnValue | Gets the enumerated column values for the column. This member is only used if err is not ColumnSingleValue. |
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_ENUMCOLUMN. (Overrides Object.ToString().) |
Top
.gif)
.gif)
.gif)