ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / NothingExpressionInfo Class / Create Method

In This Topic
    Create Method (NothingExpressionInfo)
    In This Topic
    Returns an instance of NothingExpressionInfo.
    Syntax
    'Declaration
     
    Public Shared Function Create() As NothingExpressionInfo
    public static NothingExpressionInfo Create()

    Return Value

    an instance of NothingExpressionInfo
    Remarks
    This class is using a Create method to permit using a singleton instance. If it becomes necessary to not use a singleton, it will only be necessary to change this function's implementation.
    See Also