BindingSource(String, String, Boolean, Boolean) Constructor

Definition

Creates a new BindingSource.

C#
public BindingSource (string id, string displayName, bool isGreedy, bool isFromRequest);

Parameters

id
String

The id, a unique identifier.

displayName
String

The display name.

isGreedy
Boolean

A value indicating whether or not the source is greedy.

isFromRequest
Boolean

A value indicating whether or not the data comes from the HTTP request.

Applies to

Product Versions
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0