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
Public property ColumnName Gets or sets a value that specifies the name of the database column.
Public property IsEdited Gets or sets a value that indicates whether the database column has been edited.
Public property NewValue Gets or sets an object that represents a new value.
Public property OriginalValue Gets or sets an object that represents the original value.
Public property Tag Returns a generic object that is stored in the ColumnDataInfo class.
Public property TypeInfo Retrieves the type information for the column data.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Web.Management.DatabaseManager Namespace