DsvTableBinding Members
Include Protected Members
Include Inherited Members
Defines a binding from a data source view to a table. This class cannot be inherited.
The DsvTableBinding type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | DsvTableBinding() | Initializes a new instance of DsvTableBinding using default values. | 
| .gif) | DsvTableBinding(String, String) | Initializes a new instance of DsvTableBinding for the specified data source view and table. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone() | Returns a full copy of current DsvTableBinding object. (Overrides Binding.Clone().) | 
| .gif) | CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) | 
| .gif) | CopyTo(DsvTableBinding) | Copies the current DsvTableBinding to an object, which is passed as a parameter. | 
| .gif) | CopyTo(TabularBinding) | Copies a TabularBinding object to the specified object. (Inherited from TabularBinding.) | 
| .gif) | CreateObjRef(Type) | (Inherited from MarshalByRefObject.) | 
| .gif) | Dispose() | (Inherited from Component.) | 
| .gif) | Dispose(Boolean) | (Inherited from Component.) | 
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Component.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .gif) | GetService(Type) | (Inherited from Component.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .gif) | ToString() | (Inherited from Component.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CanRaiseEvents | (Inherited from Component.) | 
| .gif) | Container | (Inherited from Component.) | 
| .gif) | DataSourceViewID | Gets or sets the data source view unique identifier. | 
| .gif) | DesignMode | (Inherited from Component.) | 
| .gif) | Events | (Inherited from Component.) | 
| .gif) | Parent | Gets the parent object of the current object. (Inherited from Binding.) | 
| .gif) | Site | (Inherited from Component.) | 
| .gif) | TableID | Gets or sets the table unique identifier. | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ICloneable.Clone() | (Inherited from TabularBinding.) | 
Top
.gif)