Skip to content

DateEditorAttribute.SqlMinMax property

Gets or sets a value indicating whether SQL Server min max dates should be used.

public bool SqlMinMax { get; set; }

Property Value

true if SQL Server min max dates should be used; otherwise, false.

See Also