Returns an options object with the
InferenceRows
property changed to the specified value.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public static T WithInferenceRows<T>(
this T options,
int inferenceRows
)
where T : TextOptions
<ExtensionAttribute>
Public Shared Function WithInferenceRows(Of T As TextOptions) (
options As T,
inferenceRows As Integer
) As T
public:
[ExtensionAttribute]
generic<typename T>
where T : TextOptions
static T WithInferenceRows(
T options,
int inferenceRows
)
[<ExtensionAttribute>]
static member WithInferenceRows :
options : 'T *
inferenceRows : int -> 'T when 'T : TextOptions
Parameters
- options
- Type: T
The TextOptions object to start from. - inferenceRows
- Type: SystemInt32
The new value for
the inferenceRows property.
Type Parameters
- T
Return Value
Type:
TUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Reference