C# 클래스 StoryTeller.Model.CellExpressionExtensions

파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
DefaultIsEmpty ( this expression ) : ICellExpression
DefaultIsNull ( this expression ) : ICellExpression

Shorthand for DefaultValue("NULL")

메소드 상세

DefaultIsEmpty() 공개 정적인 메소드

public static DefaultIsEmpty ( this expression ) : ICellExpression
expression this
리턴 ICellExpression

DefaultIsNull() 공개 정적인 메소드

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