ResourceSet Class

Represents a collection of entity type values.

Inheritance Hierarchy

System.Object
  System.Data.Services.Providers.ResourceSet

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Class ResourceSet
'Usage
Dim instance As ResourceSet
public class ResourceSet
public ref class ResourceSet
type ResourceSet =  class end
public class ResourceSet

The ResourceSet type exposes the following members.

Constructors

  Name Description
Public method ResourceSet Creates a new instance of ResourceSet class.

Top

Properties

  Name Description
Public property CustomState Gets or sets custom state information that is defined by the developer.
Public property IsReadOnly Gets whether the set is read-only.
Public property Name Gets the name of the collection.
Public property ResourceType Gets the type of the collection.
Public property UseMetadataKeyOrder Get or sets whether to use the order of key properties as defined in the metadata of an Entity Framework or reflection provider when constructing an implicit OrderBy query.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetReadOnly Gets or sets the read-only status of the collection.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Providers Namespace