Property | Type | Description | |
---|---|---|---|
DataRowView | System.ComponentModel | ||
GetColumnValue | object | ||
GetRecord | int | ||
HasRecord | bool | ||
ICustomTypeDescriptor | |||
ICustomTypeDescriptor | System.ComponentModel.EventDescriptor | ||
ICustomTypeDescriptor | |||
ICustomTypeDescriptor | |||
ICustomTypeDescriptor | |||
ICustomTypeDescriptor | |||
ICustomTypeDescriptor | |||
ICustomTypeDescriptor | |||
ICustomTypeDescriptor | object | ||
ICustomTypeDescriptor | object | ||
ICustomTypeDescriptor | string | ||
RaisePropertyChangedEvent | void | ||
SetColumnValue | void | ||
this | stringIDataErrorInfo.System.ComponentModel |
Method | Description | |
---|---|---|
BeginEdit ( ) : void | ||
CancelEdit ( ) : void | ||
CreateChildView ( |
||
CreateChildView ( |
Returns a System.Data.DataView for the child System.Data.DataTable with the specified System.Data.DataRelation.
|
|
CreateChildView ( string relationName ) : |
||
CreateChildView ( string relationName, bool followParent ) : |
CreateChildView(DataRelation)
|
|
Delete ( ) : void | ||
EndEdit ( ) : void | ||
Equals ( object other ) : bool | Checks for same reference instead of equivalent DataView or Row. Necessary for ListChanged event handlers to use data structures that use the default to object.Equals(object) instead of object.ReferenceEquals to understand if they need to add a PropertyChanged event handler. | |
GetHashCode ( ) : int | ||
this ( int ndx ) : object |
Gets or sets a value in specified column. Uses either DataRowVersion.Default or DataRowVersion.Original to access Row |
|
this ( string property ) : object |
Gets the specified column value or related child view or sets a value in specified column.
|
Method | Description | |
---|---|---|
DataRowView ( |
||
GetColumnValue ( |
||
GetRecord ( ) : int | ||
HasRecord ( ) : bool | ||
ICustomTypeDescriptor ( ) : |
||
ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor | ||
ICustomTypeDescriptor ( ) : |
||
ICustomTypeDescriptor ( |
||
ICustomTypeDescriptor ( ) : |
||
ICustomTypeDescriptor ( ) : |
||
ICustomTypeDescriptor ( |
||
ICustomTypeDescriptor ( ) : |
||
ICustomTypeDescriptor ( |
||
ICustomTypeDescriptor ( |
||
ICustomTypeDescriptor ( ) : string | ||
RaisePropertyChangedEvent ( string propName ) : void | ||
SetColumnValue ( |
||
this ( string colName ) : stringIDataErrorInfo.System.ComponentModel |
public CreateChildView ( |
||
relation | ||
return |
public CreateChildView ( |
||
relation | Specified |
|
followParent | bool | |
return |
public CreateChildView ( string relationName ) : |
||
relationName | string | |
return |
public CreateChildView ( string relationName, bool followParent ) : |
||
relationName | string | Specified |
followParent | bool | |
return |
public this ( string property ) : object | ||
property | string | Specified column or relation name when getting. Specified column name when setting. |
return | object |