Share via


StructuralTypeConfiguration.AddDynamicPropertyDictionary(PropertyInfo) Method

Definition

Adds the property info of the dynamic properties to this structural type.

public virtual void AddDynamicPropertyDictionary (System.Reflection.PropertyInfo propertyInfo);
abstract member AddDynamicPropertyDictionary : System.Reflection.PropertyInfo -> unit
override this.AddDynamicPropertyDictionary : System.Reflection.PropertyInfo -> unit
Public Overridable Sub AddDynamicPropertyDictionary (propertyInfo As PropertyInfo)

Parameters

propertyInfo
PropertyInfo

The property being added.

Applies to