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 | |
---|---|---|
ResourceSet | Creates a new instance of ResourceSet class. |
Top
Properties
Name | Description | |
---|---|---|
CustomState | Gets or sets custom state information that is defined by the developer. | |
IsReadOnly | Gets whether the set is read-only. | |
Name | Gets the name of the collection. | |
ResourceType | Gets the type of the collection. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetReadOnly | Gets or sets the read-only status of the collection. | |
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.