FireDAC.Stan.Option.TFDFetchOptions Properties
InheritedProtected
| ActualRowsetSize | public | Returns the actual rowset size a command uses. |
| AssignedValues | published | Specifies the set of changed options. |
| AutoClose | published | Controls the automatic closing of a dataset cursor after fetching the last record. |
| AutoFetchAll | published | Controls the automatic fetching of all records from a dataset cursor before disconnecting a command. |
| Cache | published | Controls what kind of data to cache in the memory. |
| Container | public | |
| CursorKind | published | Specifies the type of cursor a FireDAC command or dataset uses. |
| DetailCascade | published | Controls the propagation of a master dataset changes to a detail dataset in Centralized Cached Updates mode. |
| DetailDelay | published | Controls the delay between master dataset scroll and detail dataset refresh. |
| DetailOptimize | published | Specifies to refresh the detail dataset only when the master record is changed. |
| DetailServerCascade | published | Specifies when a DB detail table foreign key has an update / delete cascade option. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Items | published | Controls what kind of data to fetch. |
| LiveWindowFastFirst | published | Controls the fetch optimization mode of the TFDTable live data window mode. |
| LiveWindowParanoic | published | Controls the records search mode of the TFDTable live data window mode. |
| Mode | published | Controls how to fetch data. |
| OwnerObj | public | |
| RecordCountMode | published | Controls how to count records in a result set. |
| RecsMax | published | Controls the maximum number of records to be fetched. |
| RecsSkip | published | Controls the offset of the first record to be fetched. |
| RowsetSize | published | Controls the number of records per single fetch. |
| Unidirectional | published | Specifies possible directions of navigation by dataset records. |
| Version | public | Represents the current options version. |