RowProviderRequiresDefaultValues 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
Syntaxpublic abstract bool RequiresDefaultValues { get; }
Public MustOverride ReadOnly Property RequiresDefaultValues As Boolean
Get
public:
virtual property bool RequiresDefaultValues {
bool get () abstract;
}
abstract RequiresDefaultValues : bool with get
Property Value
Type:
Booleantrue if the provider requires default values; otherwise,
false.
See Also