Namespace:
System.Data.Services.Client
Assembly:
System.Data.Services.Client (in System.Data.Services.Client.dll)
Visual Basic (Declaration)
Public Function Expand ( _
path As String _
) As DataServiceQuery(Of TElement)
Dim instance As DataServiceQuery
Dim path As String
Dim returnValue As DataServiceQuery(Of TElement)
returnValue = instance.Expand(path)
public DataServiceQuery<TElement> Expand(
string path
)
public:
DataServiceQuery<TElement>^ Expand(
String^ path
)
public function Expand(
path : String
) : DataServiceQuery<TElement>
Parameters
- path
- Type: System..::.String
A string value that contains the requesting URI.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5 SP1
Reference
Other Resources