JET_TABLEID members
Include protected members
Include inherited members
A JET_TABLEID contains a handle to the database cursor to use for a call to the JET API. A cursor can only be used with the session that was used to open that cursor.
The JET_TABLEID type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
Nil | Gets a null JET_TABLEID. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Returns a value indicating whether this instance is equal to another instance. (Overrides ValueType.Equals(Object).) |
![]() |
Equals(JET_TABLEID) | Returns a value indicating whether this instance is equal to another instance. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString() | Generate a string representation of the structure. (Overrides ValueType.ToString().) |
![]() |
ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Determines whether two specified instances of JET_TABLEID are equal. |
![]() ![]() |
Inequality | Determines whether two specified instances of JET_TABLEID are not equal. |
Top