The ColumnsChangedResult type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AddedColumns | Gets the names of the added columns. | |
ColumnMismatch | Gets a value indicating whether some columns match, but not all, or not.
Column additions do not count as mismatches. | |
InvalidatedColumns | Gets the names of the invalidated columns. | |
InvalidatedHierarchies | Gets the names of the invalidated hierarchies. | |
NameChanges | Gets the old and new names of the renamed columns.
A list of string arrays with two elements, the first element is the old name
and the second is the new name. | |
NoMatchingColumns | Gets a value indicating whether no columns match or not. | |
PrimaryKeyMismatch | Gets a value indicating whether the primary key could not be matched to the new data set or not. | |
RemovedColumns | Gets the names of the removed columns. | |
TypeChanges | Gets the name, old type name, and new type name
for all columns that have changed their data type.
A list of string arrays with three elements, the first element is the name, the second is the old
type name and the third is the new type name. |
See Also