[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.NothingExpressionInfo.Create

Create Method

Create()

Returns an instance of NothingExpressionInfo.

Declaration
public static NothingExpressionInfo Create()
Returns
Type Description
NothingExpressionInfo

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.