Text Options Extensions.With Inference Rows<T> Method
Returns an options object with the InferenceRows
property changed to the specified value.
Definition
Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public static T WithInferenceRows<T>(
this T options,
int inferenceRows
)
where T : TextOptions
Parameters
- options T
- The TextOptions object to start from.
- inferenceRows Int32
- The new value for the inferenceRows property.
Type Parameters
- T