Data.DBXCommonTable.TDBXStreamerRow.ValueNotSet
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXStreamerRow |
Delphi
procedure ValueNotSet(const Value: TDBXWritableValue); override;
C++
virtual void __fastcall ValueNotSet(Data::Dbxcommon::TDBXWritableValue* const Value);
Description
Raises an exception if the parameter direction of the given Value
is OutParameter
or ReturnParameter
.
The ValueNotSet method raises a parameter not set exception if the parameter direction of the given Value
is OutParameter
or ReturnParameter
. Additionally, ValueNotSet sets the given Value
to null.