EntityPropertyMappingAttribute::SourcePath Property
.NET Framework (current version)
Gets the name of the property of the syndication item that will be mapped to the specified element of the feed.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
The SourcePath property cannot directly reference a complex type. For complex types, you must use a path expression where property names are separated by a backslash (/) character. For example, the following values are permitted for an entity type Person with an integer property Age and a complex property Address:
Age
Address/Street
The SourcePath property cannot be set to a value that contains a space or any other character that is not valid in a property name.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: