Datasnap.DSReflect.TDSMethodValues.ServerSidecommand
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
| Unit: Datasnap.DSReflect | |
| Parent: TDSMethodValues | |
Delphi
property ServerSidecommand: Boolean read FServerSideCommand write SetServerSideCommand;
C++
__property bool ServerSidecommand = {read=FServerSideCommand, write=SetServerSideCommand, nodefault};
Description
Specifies whether the method described by this TDSMethodValues is a server-side command.