Click or drag to resize

IIntegrationService.Find Method

Overload List
  NameDescription
Public methodFind<TModel>(Expression<Func<TModel, Boolean>>, Int32, Nullable<Int32>, IntegrationQueryOptions)
Instructs the integration service to locate a specified object(s)
Public methodFind<TModel>(NameValueCollection, Int32, Nullable<Int32>, IntegrationQueryOptions)
Find the specified filtered object
Public methodFind(Type, NameValueCollection, Int32, Nullable<Int32>, IntegrationQueryOptions)
Find the specified filtered object
Top
See Also