Click or drag to resize

ReferenceRowProviderRequiresDefaultValues Property

Gets a value indicating whether the row provider requires default values to be set.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override bool RequiresDefaultValues { get; }

Property Value

Type: Boolean
true if the provider requires default values; otherwise, false.
See Also