InstanceStoreQueryResult Class

Definition

Supports an extensible mechanism to provide data from an instance store. This includes data for instances, instance owners, and instance keys other than those bound to the instance handle being used. For example, a persistence provider may provide the owner metadata for all the instance owners in the store by passing an instance of a class derived from InstanceStoreQueryResult to the QueriedInstanceStore(InstanceStoreQueryResult) method.

public ref class InstanceStoreQueryResult abstract
public abstract class InstanceStoreQueryResult
type InstanceStoreQueryResult = class
Public MustInherit Class InstanceStoreQueryResult
Inheritance
InstanceStoreQueryResult
Derived

Constructors

InstanceStoreQueryResult()

Initializes an instance of the InstanceStoreQueryResult class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to