DataItem 멤버
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.
DataItem 형식은 다음 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Clone | Creates a new, deep copy of current DataItem. | |
CopyTo | Creates a deep copy of current DataItem in the specified object. | |
CreateObjRef | (MarshalByRefObject에서 상속됩니다.) | |
Dispose | (Component에서 상속됩니다.) | |
Dispose | (Component에서 상속됩니다.) | |
Equals | (Object에서 상속됩니다.) | |
Finalize | (Component에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetLifetimeService | (MarshalByRefObject에서 상속됩니다.) | |
GetService | (Component에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
InitializeLifetimeService | (MarshalByRefObject에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
MemberwiseClone | (MarshalByRefObject에서 상속됩니다.) | |
ToString | Returns a string representation of current DataItem value. (Component. . :: . .ToString() () () ()을(를) 재정의합니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
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 | (Component에서 상속됩니다.) | |
Collation | Gets or sets the collation definition for the current DataItem. | |
Container | (Component에서 상속됩니다.) | |
DataSize | Gets or sets the size for current DataItem. | |
DataType | Gets or sets the type of current DataItem. | |
DesignMode | (Component에서 상속됩니다.) | |
Events | (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 | (Component에서 상속됩니다.) | |
Source | Gets or sets the source object for current DataItem. | |
Trimming | Gets or sets the trimming specification for string type DataItem |
맨 위로 이동