ColumnDataInfo Class
Represents the information about the data in a column within the database that is being managed.
Inheritance Hierarchy
System.Object
Microsoft.Web.Management.DatabaseManager.ColumnDataInfo
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Class ColumnDataInfo
'Usage
Dim instance As ColumnDataInfo
public class ColumnDataInfo
public ref class ColumnDataInfo
public class ColumnDataInfo
The ColumnDataInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
ColumnName | Gets or sets a value that specifies the name of the database column. | |
IsEdited | Gets or sets a value that indicates whether the database column has been edited. | |
NewValue | Gets or sets an object that represents a new value. | |
OriginalValue | Gets or sets an object that represents the original value. | |
Tag | Returns a generic object that is stored in the ColumnDataInfo class. | |
TypeInfo | Retrieves the type information for the column data. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.