C# Class StoryTeller.Model.CellExpressionExtensions

Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
DefaultIsEmpty ( this expression ) : ICellExpression
DefaultIsNull ( this expression ) : ICellExpression

Shorthand for DefaultValue("NULL")

Method Details

DefaultIsEmpty() public static méthode

public static DefaultIsEmpty ( this expression ) : ICellExpression
expression this
Résultat ICellExpression

DefaultIsNull() public static méthode

Shorthand for DefaultValue("NULL")
public static DefaultIsNull ( this expression ) : ICellExpression
expression this
Résultat ICellExpression