EntityPropertyMappingAttribute.SourcePath 属性

定义

获取将映射到源的指定元素的联合项的属性名称。

public:
 property System::String ^ SourcePath { System::String ^ get(); };
public string SourcePath { get; }
member this.SourcePath : string
Public ReadOnly Property SourcePath As String

属性值

包含属性名称的字符串值。

注解

SourcePath 属性无法直接引用复杂类型。 对于复杂类型,必须使用路径表达式,在此路径表达式中,使用反斜杠 (/) 字符分隔属性名称。 例如,对于具有整数属性和复杂Address属性Age的实体类型Person,允许使用以下值:

  • Age

  • Address/Street

不能将 SourcePath 属性设置为包含空格或在属性名称中无效的任何其他字符的值。

适用于