MetaColumn.EntityTypeProperty Property

Definition

Gets an object that contains attributes of the property that represents the data field in the entity type.

public:
 property System::Reflection::PropertyInfo ^ EntityTypeProperty { System::Reflection::PropertyInfo ^ get(); };
public System.Reflection.PropertyInfo EntityTypeProperty { get; }
member this.EntityTypeProperty : System.Reflection.PropertyInfo
Public ReadOnly Property EntityTypeProperty As PropertyInfo

Property Value

An object that contains attributes of the property that represents the data field in the entity type.

Applies to