IEntityValueProperty Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |