Membros ColumnBinding
Defines a binding between a data source and a column. This class cannot be inherited.
O tipo ColumnBinding expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
ColumnBinding() () () () | Initializes a new instance of ColumnBinding using default values. | |
ColumnBinding(String, String) | Initializes a new instance of ColumnBinding for the specified table and column. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Returns a full copy of current ColumnBinding object. (Substitui Binding. . :: . .Clone() () () ().) | |
CopyTo | Transfers a deep copy of current object to a specified binding. (Herdado de Binding.) | |
CreateObjRef | (Herdado de MarshalByRefObject.) | |
Dispose | (Herdado de Component.) | |
Dispose | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Component.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | (Herdado de MarshalByRefObject.) | |
GetService | (Herdado de Component.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | (Herdado de MarshalByRefObject.) | |
MemberwiseClone | (Herdado de Object.) | |
MemberwiseClone | (Herdado de MarshalByRefObject.) | |
ToString | Returns a System.String that represents the table and column in the current ColumnBinding. (Substitui Component. . :: . .ToString() () () ().) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
CanRaiseEvents | (Herdado de Component.) | |
ColumnID | Gets or sets the ColumnId of the ColumnBinding. | |
Container | (Herdado de Component.) | |
DesignMode | (Herdado de Component.) | |
Events | (Herdado de Component.) | |
Parent | Gets the parent object of the current object. (Herdado de Binding.) | |
Site | (Herdado de Component.) | |
TableID | Gets or sets the TableId of the ColumnBinding. |
Início
Implementações de interface explícitas
Nome | Descrição | |
---|---|---|
ICloneable. . :: . .Clone | (Herdado de Binding.) |
Início