DataItem Members
Include Protected Members
Include Inherited Members
Describes a data item that includes the definition of that data item (size, type and more), and the details of the binding to some source. This class cannot be inherited.
The DataItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataItem() | Initializes a new instance of DataItem using default values. | |
DataItem(Binding) | Initializes a new instance of DataItem for the specified source. | |
DataItem(String, String) | Initializes a new instance of DataItem for the specified table and column. | |
DataItem(Binding, OleDbType) | Initializes a new instance of DataItem for the specified source with the specified OleDbType. | |
DataItem(String, String, OleDbType) | Initializes a new instance of DataItem for the specified table and column with the specified OleDbType. | |
DataItem(Binding, OleDbType, Int32) | Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size. | |
DataItem(String, String, OleDbType, Int32) | Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size. |
Top
Methods
Name | Description | |
---|---|---|
Clone() | Creates a new, deep copy of current DataItem. | |
CopyTo(DataItem) | Creates a deep copy of current DataItem in the specified object. | |
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Component.) | |
GetHashCode() | (Inherited from Object.) | |
GetLifetimeService() | (Inherited from MarshalByRefObject.) | |
GetService(Type) | (Inherited from Component.) | |
GetType() | (Inherited from Object.) | |
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString() | Returns a string representation of current DataItem value. (Overrides Component.ToString().) |
Top
Properties
Name | Description | |
---|---|---|
AllowedDataTypes | Gets an array with the allowed data types as defined in OLEDB. | |
Annotations | Gets the collection object of all annotations to current DataItem. | |
CanRaiseEvents | (Inherited from Component.) | |
Collation | Gets or sets the collation definition for the current DataItem. | |
Container | (Inherited from Component.) | |
DataSize | Gets or sets the size for current DataItem. | |
DataType | Gets or sets the type of current DataItem. | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
Format | Gets or sets the formatting property for DataItem values. | |
InvalidXmlCharacters | Gets or sets the behavior for invalid characters in XML streams. | |
MimeType | Gets or sets the Mime type of the current DataItem. | |
NullProcessing | Gets or sets action the server should take when current DataItem is a Null value. | |
Parent | Gets the parent object of current DataItem. | |
Site | (Inherited from Component.) | |
Source | Gets or sets the source object for current DataItem. | |
Trimming | Gets or sets the trimming specification for string type DataItem |
Top