Miner.Geodatabase Namespace > D8ListQueryExtensions Class > Query Method : Query<TListItemType>(ID8List,Func<ID8ListItem,Boolean>,Nullable<Int32>) Method |
'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function Query(Of TListItemType)( _ ByVal source As ID8List, _ Optional ByVal queryExpression As System.Func(Of ID8ListItem,Boolean), _ Optional ByVal maximumSearchDepth As System.Nullable(Of Integer) _ ) As System.Collections.Generic.IEnumerable(Of TListItemType)
'Usage
Dim source As ID8List Dim queryExpression As System.Func(Of ID8ListItem,Boolean) Dim maximumSearchDepth As System.Nullable(Of Integer) Dim value As System.Collections.Generic.IEnumerable(Of TListItemType) value = D8ListQueryExtensions.Query(Of TListItemType)(source, queryExpression, maximumSearchDepth)
[System.Runtime.CompilerServices.Extension()] public static System.Collections.Generic.IEnumerable<TListItemType> Query<TListItemType>( ID8List source, System.Func<ID8ListItem,bool> queryExpression, System.Nullable<int> maximumSearchDepth )
public function Query( source: ID8List; queryExpression: System.Func; maximumSearchDepth: System.Nullable ): System.Collections.Generic.IEnumerable; static;
System.Runtime.CompilerServices.ExtensionAttribute() public static function Query( source : ID8List, queryExpression : System.Func, maximumSearchDepth : System.Nullable ) : System.Collections.Generic.IEnumerable;
[System.Runtime.CompilerServices.Extension()] public: static System.Collections.Generic.IEnumerable<TListItemType*>* Query<TListItemType>( ID8List* source, System.Func<ID8ListItem*,bool>* queryExpression, System.Nullable<int> maximumSearchDepth )
[System.Runtime.CompilerServices.Extension()] public: static System.Collections.Generic.IEnumerable<TListItemType^>^ Querygeneric<typename TListItemType> ( ID8List^ source, System.Func<ID8ListItem^,bool>^ queryExpression, System.Nullable<int> maximumSearchDepth )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2