Initializes a new instance of the C1BindingSource class
with the specified data source and data member values.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public C1BindingSource( Object dataSource, string dataMember ) |
Visual Basic |
---|
Public Sub New ( _ dataSource As Object, _ dataMember As String _ ) |
Parameters
- dataSource
- Type: System..::..Object
The Object object to use as data source.
- dataMember
- Type: System..::..String
The data member name.