Axiom.Demos.Configuration.EngineConfig.ConfigOptionRow.IsValueNull C# (CSharp) Method

IsValueNull() private method

private IsValueNull ( ) : bool
return bool
			public bool IsValueNull() {
				return this.IsNull(this.tableConfigOption.ValueColumn);
			}