Share via


LobSystem.GetEntitiesLikeName Method

Gets the entities contained in the LobSystem object whose names match a specified pattern.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function GetEntitiesLikeName ( _
    nameQuery As String _
) As EntityCollection
'Usage
Dim instance As LobSystem
Dim nameQuery As String
Dim returnValue As EntityCollection

returnValue = instance.GetEntitiesLikeName(nameQuery)
public EntityCollection GetEntitiesLikeName(
    string nameQuery
)

Parameters

  • nameQuery
    Type: System.String
    A string that often consists of wildcards. It is used to construct the SQL "LIKE" query to be run against the back-end application.

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.EntityCollection
A collection of entities whose names match the specified pattern.

See Also

Reference

LobSystem Class

LobSystem Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace