Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.NonURLTypes
Delphi
property NonURLTypes: TDBXInt32s read GetNonURLTypes;
C++
__property Data::Dbxplatform::TDBXInt32s NonURLTypes = {read=GetNonURLTypes};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | protected | Datasnap.DSCustomConnectorProxyWriter.pas Datasnap.DSCustomConnectorProxyWriter.hpp |
Datasnap.DSCustomConnectorProxyWriter | TDSCustomConnectorProxyWriter |
Description
Is a TDBXInt32s array containing types that cannot be passed in a URL.
The following table lists the non-URL types:
| Non URL type |
|---|
|
TDBXDataTypes.JsonValueType |
|
TDBXDataTypes.ObjectType |
|
TDBXDataTypes.TableType |
|
TDBXDataTypes.BytesType |
|
TDBXDataTypes.VarBytesType |
|
TDBXDataTypes.ArrayType |
|
TDBXDataTypes.CharArrayType |
|
TDBXDataTypes.BlobType |
|
TDBXDataTypes.BinaryBlobType |