ResourceTypeKind Enumeration

Enumeration for the kind of resource key.

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

Syntax

'Declaration
Public Enumeration ResourceTypeKind
'Usage
Dim instance As ResourceTypeKind
public enum ResourceTypeKind
public enum class ResourceTypeKind
type ResourceTypeKind
public enum ResourceTypeKind

Members

Member name Description
Collection
ComplexType Complex type resource.
EntityCollection Represents a collection of entities.

EntityType The Entity type resource.
Primitive The Primitive type resource.

See Also

Reference

System.Data.Services.Providers Namespace