다음을 통해 공유


StructuralTypeConfiguration<TStructuralType>.HasDynamicProperties 메서드

정의

동적 속성 사전 속성을 추가합니다.

public void HasDynamicProperties (System.Linq.Expressions.Expression<Func<TStructuralType,System.Collections.Generic.IDictionary<string,object>>> propertyExpression);
member this.HasDynamicProperties : System.Linq.Expressions.Expression<Func<'StructuralType, System.Collections.Generic.IDictionary<string, obj>>> -> unit
Public Sub HasDynamicProperties (propertyExpression As Expression(Of Func(Of TStructuralType, IDictionary(Of String, Object))))

매개 변수

propertyExpression
Expression<Func<TStructuralType,IDictionary<String,Object>>>

관계에 대한 동적 속성 사전을 나타내는 람다 식입니다. 예를 들어 C# t => t.MyProperty 및 Visual Basic .NET Function(t) t.MyProperty의 입니다.

적용 대상