Share via


BaseEntityType Class

Definition

Base type of entity type to include DataServiceContext for function and action invocation

public class BaseEntityType : Microsoft.OData.Client.IBaseEntityType
type BaseEntityType = class
    interface IBaseEntityType
Public Class BaseEntityType
Implements IBaseEntityType
Inheritance
BaseEntityType
Implements

Constructors

BaseEntityType()

Properties

Context

DataServiceContext for query provider.

EntityDescriptor

Entity descriptor containing entity stream links.

Explicit Interface Implementations

IBaseEntityType.Context
IBaseEntityType.EntityDescriptor

Applies to