C# Class StoryTeller.Model.CellExpressionExtensions

Datei anzeigen Open project: storyteller/Storyteller

Public Methods

Method Description
DefaultIsEmpty ( this expression ) : ICellExpression
DefaultIsNull ( this expression ) : ICellExpression

Shorthand for DefaultValue("NULL")

Method Details

DefaultIsEmpty() public static method

public static DefaultIsEmpty ( this expression ) : ICellExpression
expression this
return ICellExpression

DefaultIsNull() public static method

Shorthand for DefaultValue("NULL")
public static DefaultIsNull ( this expression ) : ICellExpression
expression this
return ICellExpression