MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / ExpressionExtensions Class / HasRefsToId Method

In This Topic
HasRefsToId Method
In This Topic
Checks if a given expression is Identifier with a given name or complex expression that contains Identifier with a given name.
Syntax
'Declaration
 
Public Shared Function HasRefsToId( _
   ByVal expr As ExpressionInfo, _
   ByVal name As String _
) As Boolean
 

Parameters

expr
name
See Also