ColumnBinding Members
Defines a binding between a data source and a column. This class cannot be inherited.
The following tables list the members exposed by the ColumnBinding type.
Public Constructors
Name | Description | |
---|---|---|
ColumnBinding | Overloaded. Initializes a new instance of ColumnBinding. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
ColumnID | Gets or sets the ColumnId of the ColumnBinding. | |
Container | (inherited from Component ) | |
Parent | Gets the parent object of the current object. (inherited from Binding) | |
Site | (inherited from Component ) | |
TableID | Gets or sets the TableId of the ColumnBinding. |
Top
Protected Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (inherited from Component ) | |
DesignMode | (inherited from Component ) | |
Events | (inherited from Component ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Overridden. Returns a full copy of current ColumnBinding object. | |
CreateObjRef | (inherited from MarshalByRefObject ) | |
Dispose | Overloaded. (inherited from Component ) | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetLifetimeService | (inherited from MarshalByRefObject ) | |
GetType | (inherited from Object ) | |
InitializeLifetimeService | (inherited from MarshalByRefObject ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a System.String that represents the table and column in the current ColumnBinding. |
Top
Protected Methods
Name | Description | |
---|---|---|
CopyTo | (inherited from Binding ) | |
Dispose | Overloaded. (inherited from Component ) | |
Finalize | (inherited from Component ) | |
GetService | (inherited from Component ) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Top
Public Events
Name | Description | |
---|---|---|
Disposed | (inherited from Component ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.ICloneable.Clone | (inherited from Binding ) |
Top