ResourceWildcardFilterHelper.SqlSubResourceWildcardFilter<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Collections.Generic.List<T> SqlSubResourceWildcardFilter<T> (string value, System.Collections.Generic.IEnumerable<T> resources, string propertyName);
member this.SqlSubResourceWildcardFilter : string * seq<'T> * string -> System.Collections.Generic.List<'T>
Public Function SqlSubResourceWildcardFilter(Of T) (value As String, resources As IEnumerable(Of T), propertyName As String) As List(Of T)
Type Parameters
- T
Parameters
- value
- String
- resources
- IEnumerable<T>
- propertyName
- String
Returns
List<T>