ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ActiveModelListenExtensions Class / GetPropertyName<TI,TR> Method

In This Topic
    GetPropertyName<TI,TR> Method
    In This Topic
    Gets property name
    Syntax
    'Declaration
     
    Public Shared Function GetPropertyName
        (Of TI,TR)( _
       ByVal instance As TI, _
       ByVal propertyGetter As Expression(Of Func(Of TI,TR)) _
    ) As String
    public static string GetPropertyName<TI,TR>( 
       TI instance,
       Expression<Func<TI,TR>> propertyGetter
    )

    Parameters

    instance
    propertyGetter

    Type Parameters

    TI
    TR
    See Also