AddFilter Method (XMLBatchReadBuilder)
- Last UpdatedMar 17, 2026
- 1 minute read
Function to add a new filter and its value to the current (ie. most recently added) request in the batch
| Overload | Description |
|---|---|
| AddFilter(String,String) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |
| AddFilter(String,Boolean) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |
| AddFilter(String,Nullable<Boolean>) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |
| AddFilter(String,DateTime) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |
| AddFilter(String,Nullable<DateTime>) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |
| AddFilter(String,Double) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |
| AddFilter(String,Nullable<Double>) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |
| AddFilter(String,Int32) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |
| AddFilter(String,Nullable<Int32>) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |
| AddFilter(String,Int64) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |
| AddFilter(String,Nullable<Int64>) | Function to add a new filter and its value to the current (ie. most recently added) request in the batch |