'Declaration
Public Overloads Shared Function Find( _ ByVal menuID As System.Integer _ ) As System.Collections.Generic.ICollection(Of MenuAT)
'Usage
Dim menuID As System.Integer Dim value As System.Collections.Generic.ICollection(Of MenuAT) value = MenuAT.Find(menuID)
public static System.Collections.Generic.ICollection<MenuAT> Find( System.int menuID )
Parameters
- menuID
- Menu ID search specification. Wildcards are allowed.