Property | Type | Description | |
---|---|---|---|
BeginEdit | void | ||
BeginEditInternal | bool | ||
CancelEdit | void | ||
CheckColumn | void | ||
CheckForLoops | void | ||
CheckInTable | void | ||
ClearError | void | ||
CopyValuesIntoStore | int | ||
EndEdit | void | ||
GetColumnValues | object[] | ||
GetColumnValues | object[] | ||
GetCurrentRecordNo | int | ||
GetDataColumn | |||
GetDefaultRecord | int | ||
GetDefaultRowVersion | DataRowVersion | ||
GetKeyValues | object[] | ||
GetKeyValues | object[] | ||
GetNestedParentCount | int | ||
GetNestedParentRow | |||
GetOriginalRecordNo | int | ||
GetProposedRecordNo | int | ||
GetRecordFromVersion | int | ||
GetRecordState | DataViewRowState | ||
HasChanges | bool | ||
HasKeyChanged | bool | ||
HasKeyChanged | bool | ||
HaveValuesChanged | bool | ||
HaveValuesChanged | bool | ||
ResetLastChangedColumn | void | ||
RowErrorChanged | void | ||
SetKeyValues | void | ||
SetNestedParentRow | void | ||
SetParentRowToDBNull | void | ||
SetParentRowToDBNull | void | ||
VerifyValueFromStorage | void |
Method | Description | |
---|---|---|
AcceptChanges ( ) : void |
Commits all the changes made to this row since the last time
|
|
ClearErrors ( ) : void |
Clears the errors for the row, including the
|
|
Delete ( ) : void |
Deletes the row.
|
|
GetChildRows ( |
Gets the child rows of this
|
|
GetChildRows ( |
Gets the child rows of this
|
|
GetChildRows ( string relationName ) : System.Data.DataRow[] | ||
GetChildRows ( string relationName, DataRowVersion version ) : System.Data.DataRow[] | ||
GetColumnError ( |
Gets the error description of the specified
|
|
GetColumnError ( int columnIndex ) : string |
Gets the error description for the column specified by index.
|
|
GetColumnError ( string columnName ) : string |
Gets the error description for a column, specified by name.
|
|
GetColumnsInError ( ) : System.Data.DataColumn[] |
Gets an array of columns that have errors.
|
|
GetParentRow ( |
Gets the parent row of this
|
|
GetParentRow ( |
Gets the parent row of this
|
|
GetParentRow ( string relationName ) : |
||
GetParentRow ( string relationName, DataRowVersion version ) : |
||
GetParentRows ( |
Gets the parent rows of this
|
|
GetParentRows ( |
Gets the parent rows of this
|
|
GetParentRows ( string relationName ) : System.Data.DataRow[] | ||
GetParentRows ( string relationName, DataRowVersion version ) : System.Data.DataRow[] | ||
HasVersion ( DataRowVersion version ) : bool |
Gets a value indicating whether a specified version exists.
|
|
IsNull ( |
Gets a value indicating whether the specified
|
|
IsNull ( |
||
IsNull ( int columnIndex ) : bool |
Gets a value indicating whether the column at the specified index contains a null value.
|
|
IsNull ( string columnName ) : bool |
Gets a value indicating whether the named column contains a null value.
|
|
RejectChanges ( ) : void |
Rejects all changes made to the row since
|
|
SetAdded ( ) : void | ||
SetColumnError ( |
Sets the error description for a column specified as a
|
|
SetColumnError ( int columnIndex, string error ) : void |
Sets the error description for a column specified by index.
|
|
SetColumnError ( string columnName, string error ) : void |
Sets the error description for a column specified by name.
|
|
SetModified ( ) : void | ||
SetParentRow ( |
||
SetParentRow ( |
Sets current row's parent row with specified relation.
|
|
this ( |
Gets or sets the data stored in the specified
|
|
this ( |
Gets the specified version of data stored in the specified
|
|
this ( int columnIndex ) : object |
Gets or sets the data stored in the column specified by index.
|
|
this ( int columnIndex, DataRowVersion version ) : object |
Gets the data stored in the column, specified by index and version of the data to retrieve.
|
|
this ( string columnName ) : object |
Gets or sets the data stored in the column specified by name.
|
|
this ( string columnName, DataRowVersion version ) : object |
Gets the specified version of data stored in the named column.
|
Method | Description | |
---|---|---|
DataRow ( |
Initializes a new instance of the DataRow. Constructs a row from the builder. Only for internal usage..
|
|
SetNull ( |
Sets the specified column's value to a null value.
|
Method | Description | |
---|---|---|
BeginEdit ( ) : void | ||
BeginEditInternal ( ) : bool | ||
CancelEdit ( ) : void | ||
CheckColumn ( |
||
CheckForLoops ( |
||
CheckInTable ( ) : void |
Throws a RowNotInTableException if row isn't in table.
|
|
ClearError ( |
||
CopyValuesIntoStore ( |
||
EndEdit ( ) : void | ||
GetColumnValues ( |
||
GetColumnValues ( |
||
GetCurrentRecordNo ( ) : int | ||
GetDataColumn ( string columnName ) : |
||
GetDefaultRecord ( ) : int | ||
GetDefaultRowVersion ( DataViewRowState viewState ) : DataRowVersion | ||
GetKeyValues ( |
||
GetKeyValues ( |
||
GetNestedParentCount ( ) : int | ||
GetNestedParentRow ( DataRowVersion version ) : |
||
GetOriginalRecordNo ( ) : int | ||
GetProposedRecordNo ( ) : int | ||
GetRecordFromVersion ( DataRowVersion version ) : int | ||
GetRecordState ( int record ) : DataViewRowState | ||
HasChanges ( ) : bool | ||
HasKeyChanged ( |
||
HasKeyChanged ( |
||
HaveValuesChanged ( |
||
HaveValuesChanged ( |
||
ResetLastChangedColumn ( ) : void | ||
RowErrorChanged ( ) : void | ||
SetKeyValues ( |
||
SetNestedParentRow ( |
||
SetParentRowToDBNull ( ) : void | ||
SetParentRowToDBNull ( |
||
VerifyValueFromStorage ( |
protected DataRow ( |
||
builder | ||
return | System.Collections |
public GetChildRows ( |
||
relation | ||
return | System.Data.DataRow[] |
public GetChildRows ( |
||
relation | ||
version | DataRowVersion | |
return | System.Data.DataRow[] |
public GetChildRows ( string relationName ) : System.Data.DataRow[] | ||
relationName | string | |
return | System.Data.DataRow[] |
public GetChildRows ( string relationName, DataRowVersion version ) : System.Data.DataRow[] | ||
relationName | string | |
version | DataRowVersion | |
return | System.Data.DataRow[] |
public GetColumnError ( |
||
column | ||
return | string |
public GetColumnError ( int columnIndex ) : string | ||
columnIndex | int | |
return | string |
public GetColumnError ( string columnName ) : string | ||
columnName | string | |
return | string |
public GetColumnsInError ( ) : System.Data.DataColumn[] | ||
return | System.Data.DataColumn[] |
public GetParentRow ( |
||
relation | ||
return |
public GetParentRow ( |
||
relation | ||
version | DataRowVersion | |
return |
public GetParentRow ( string relationName ) : |
||
relationName | string | |
return |
public GetParentRow ( string relationName, DataRowVersion version ) : |
||
relationName | string | |
version | DataRowVersion | |
return |
public GetParentRows ( |
||
relation | ||
return | System.Data.DataRow[] |
public GetParentRows ( |
||
relation | ||
version | DataRowVersion | |
return | System.Data.DataRow[] |
public GetParentRows ( string relationName ) : System.Data.DataRow[] | ||
relationName | string | |
return | System.Data.DataRow[] |
public GetParentRows ( string relationName, DataRowVersion version ) : System.Data.DataRow[] | ||
relationName | string | |
version | DataRowVersion | |
return | System.Data.DataRow[] |
public HasVersion ( DataRowVersion version ) : bool | ||
version | DataRowVersion | |
return | bool |
public IsNull ( |
||
column | ||
version | DataRowVersion | |
return | bool |
public SetColumnError ( |
||
column | ||
error | string | |
return | void |
public SetColumnError ( int columnIndex, string error ) : void | ||
columnIndex | int | |
error | string | |
return | void |
public SetColumnError ( string columnName, string error ) : void | ||
columnName | string | |
error | string | |
return | void |
protected SetNull ( |
||
column | ||
return | void |
public SetParentRow ( |
||
parentRow | ||
return | void |
public SetParentRow ( |
||
parentRow | ||
relation | ||
return | void |
public this ( |
||
column | ||
version | DataRowVersion | |
return | object |
public this ( int columnIndex, DataRowVersion version ) : object | ||
columnIndex | int | |
version | DataRowVersion | |
return | object |
public this ( string columnName, DataRowVersion version ) : object | ||
columnName | string | |
version | DataRowVersion | |
return | object |