TechTalk Genome v4.2

TemplateQueryField.ConvertEmptyStringToNull Property

Gets or sets a value indicating whether the raw values that the TemplateQueryField object is bound to should be converted to null if they are String.Empty

[DefaultValue(Value="True")]
[Description(Description="TemplateQueryField_ConvertEmptyStringToNull")]
public virtual bool ConvertEmptyStringToNull {get; set;}

Property Value

true if the raw values that the TemplateQueryField object is bound to should be converted to null if they are String.Empty; otherwise, false. The default is true.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

TemplateQueryField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace