FilterConditionIncludeNulls Property |
Indicates whether to include null column values in addition to the ones, matching
the criteria.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool IncludeNulls { get; }
Public ReadOnly Property IncludeNulls As Boolean
Get
public:
property bool IncludeNulls {
bool get ();
}
member IncludeNulls : bool with get
Property Value
Type:
Boolean
See Also