A newer version of this page is available.
Switch to the current version.
ISolutionTypesProvider.FindType(Predicate<IDXTypeInfo>) Method
Returns the first found type that satisfies the specified predicate.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v18.2.dll
Declaration
IDXTypeInfo FindType(
Predicate<IDXTypeInfo> predicate
)
Function FindType(
predicate As Predicate(Of IDXTypeInfo)
) As IDXTypeInfo
Parameters
Name | Type | Description |
---|---|---|
predicate | Predicate<IDXTypeInfo> | A System.Predicate delegate. |
Returns
Type | Description |
---|---|
IDXTypeInfo | An IDXTypeInfo object. |
See Also
Feedback