Condividi tramite


IEntityIdProperty Interface

Definition

Represent the Id field

public interface IEntityIdProperty : Microsoft.VisualStudio.ProjectSystem.Query.IEntityValueProperty<Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity>
type IEntityIdProperty = interface
    interface IEntityValueProperty<EntityIdentity>
    interface IEntityValueProperty
    interface IEntityProperty
Public Interface IEntityIdProperty
Implements IEntityValueProperty(Of EntityIdentity)
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

(Inherited from IEntityValueProperty)

Methods

GetValue(IEntity)

Gets the value of the property from an entity object

(Inherited from IEntityValueProperty<TValue>)

Applies to