Click or drag to resize

LLBLGenProDataSourceBaseIgnoreNullValuedSelectParameters Property

Gets or sets a value indicating whether select parameters which have the value null should be ignored (true) or not (false, default)

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected bool IgnoreNullValuedSelectParameters { get; set; }

Property Value

Type: Boolean
See Also