Condividi tramite


IEntityValueProperty Interface

Definition

The metadata of a value property inside an entity type.

public interface IEntityValueProperty : Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty
type IEntityValueProperty = interface
    interface IEntityProperty
Public Interface IEntityValueProperty
Implements IEntityProperty
Derived
Implements

Properties

Index

The index of the property in the entity type.

(Inherited from IEntityProperty)
PropertyName

Gets the name of the property

(Inherited from IEntityProperty)
ValueType

The value type

Methods

GetValue(IEntity)

Gets the value of the property from an entity object

Applies to