| Visual Basic (Declaration) | |
|---|---|
Public Shadows Function AddIncludePaths( _ ByVal ParamArray propertyPaths() As String _ ) As EntityQuery(Of T) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EntityQuery(Of T) Dim propertyPaths() As String Dim value As EntityQuery(Of T) value = instance.AddIncludePaths(propertyPaths) | |
| C# | |
|---|---|
public new EntityQuery<T> AddIncludePaths( params string[] propertyPaths ) | |
| C++/CLI | |
|---|---|
public: new EntityQuery<T^>^ AddIncludePaths( ... array<String^>^ propertyPaths ) | |
Parameters
- propertyPaths
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family