Data.DBXCommon.TDBXCommand Properties
InheritedProtected
| CommandTimeout | public | Time-out value for the execution of a command. | 
| CommandType | public | Command type | 
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. | 
| IsPrepared | public | Is command prepared. | 
| MaxBlobSize | public | Maximum blob size | 
| Parameters | public | List of parameters | 
| RowsAffected | public | Number of rows updated | 
| RowSetSize | public | Row buffering property used to optimize reading data from TDBXReader instances. | 
| Text | public | Command to execute |