[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.ExpressionExtensions.HasRefsToId

HasRefsToId Method

HasRefsToId(ExpressionInfo, string)

Checks if a given expression is Identifier with a given name or complex expression that contains Identifier with a given name.

Declaration
[Obsolete("To be moved to the ExpressionInfo or Rendering assembly.")]
public static bool HasRefsToId(this ExpressionInfo expr, string name)
Parameters
Type Name Description
ExpressionInfo expr
string name
Returns
Type Description
bool