DataPlace
DataPlace..::.DPColumnRow Class
CSCS.DataPlace.Common.DataDataPlaceDataPlace..::.DPColumnRow
Represents strongly named DataRow class.
Typed DataRow representing a user Column of a DataPlace user Table
Declaration Syntax
C#
public class DPColumnRow : DataRow
Members
All MembersMethodsProperties



IconMemberDescription
AcceptChanges()()()
Commits all the changes made to this row since the last time AcceptChanges()()() was called.
(Inherited from DataRow.)
adcAction
adcActionErrorDetailGuid
adcActionErrorMessage
adcActionStatus
adcColumnId
adcColumnName
adcColumnType
adcCreatedDate
adcDefaultValue
adcDescription
adcDetailXml
adcEncryptionKey
adcEncryptionType
adcFilter
adcGUID
adcIndex
adcIsActive
adcModifiedAlias
adcModifiedDate
adcNullable
adcParentChildRelationshipType
adcParentColumnName
adcParentFKDeleteRule
adcParentFKUpdateRule
adcParentLookupColumnName
adcParentTableName
adcQueryEquals
adcQueryGreaterThan
adcQueryGreaterThanEqualTo
adcQueryLessThan
adcQueryLessThanEqualTo
adcQueryLike
adcQueryNotEquals
adcSecurityInherits
adcSortKey
adcTimeStamp
ataGUID
ataTableName
BeginEdit()()()
Starts an edit operation on a DataRow object.
(Inherited from DataRow.)
CancelEdit()()()
Cancels the current edit on the row.
(Inherited from DataRow.)
ClearErrors()()()
Clears the errors for the row. This includes the RowError and errors set with SetColumnError(Int32, String).
(Inherited from DataRow.)
Delete()()()
Deletes the DataRow.
(Inherited from DataRow.)
DPAdcAction
DPAction to take for this column (typed alias of adcAction)

DPAdcActionStatus
DPActionStatus of the current DPAction (typed alias of adcActionStatus)

EndEdit()()()
Ends the edit occurring on the row.
(Inherited from DataRow.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Extensions
Gets an object containing the extended properties of the column defined by this instance (stored in the DetailXml column).

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetChildRows(String)
Gets the child rows of a DataRow using the specified RelationName of a DataRelation.
(Inherited from DataRow.)
GetChildRows(String, DataRowVersion)
Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
(Inherited from DataRow.)
GetChildRows(DataRelation)
Gets the child rows of this DataRow using the specified DataRelation.
(Inherited from DataRow.)
GetChildRows(DataRelation, DataRowVersion)
Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion.
(Inherited from DataRow.)
GetColumnError(Int32)
Gets the error description for the column specified by index.
(Inherited from DataRow.)
GetColumnError(String)
Gets the error description for a column, specified by name.
(Inherited from DataRow.)
GetColumnError(DataColumn)
Gets the error description of the specified DataColumn.
(Inherited from DataRow.)
GetColumnsInError()()()
Gets an array of columns that have errors.
(Inherited from DataRow.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetParentRow(String)
Gets the parent row of a DataRow using the specified RelationName of a DataRelation.
(Inherited from DataRow.)
GetParentRow(String, DataRowVersion)
Gets the parent row of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
(Inherited from DataRow.)
GetParentRow(DataRelation)
Gets the parent row of a DataRow using the specified DataRelation.
(Inherited from DataRow.)
GetParentRow(DataRelation, DataRowVersion)
Gets the parent row of a DataRow using the specified DataRelation, and DataRowVersion.
(Inherited from DataRow.)
GetParentRows(String)
Gets the parent rows of a DataRow using the specified RelationName of a DataRelation.
(Inherited from DataRow.)
GetParentRows(String, DataRowVersion)
Gets the parent rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
(Inherited from DataRow.)
GetParentRows(DataRelation)
Gets the parent rows of a DataRow using the specified DataRelation.
(Inherited from DataRow.)
GetParentRows(DataRelation, DataRowVersion)
Gets the parent rows of a DataRow using the specified DataRelation, and DataRowVersion.
(Inherited from DataRow.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasErrors
Gets a value that indicates whether there are errors in a row.
(Inherited from DataRow.)
HasVersion(DataRowVersion)
Gets a value that indicates whether a specified version exists.
(Inherited from DataRow.)
InvalidateExtensions()()()
Invalidates the Extensions property so that object will be deserialized from the DetailXml column again on next access. This should be called after making changes to another instance of Extensions for the same database row so this instance will be current.

IsadcActionErrorDetailGuidNull()()()
IsadcActionErrorMessageNull()()()
IsadcColumnIdNull()()()
IsadcCreatedDateNull()()()
IsadcDefaultValueNull()()()
IsadcDescriptionNull()()()
IsadcDetailXmlNull()()()
IsadcEncryptionKeyNull()()()
IsadcEncryptionTypeNull()()()
IsadcFilterNull()()()
IsadcIsActiveNull()()()
IsadcModifiedDateNull()()()
IsadcParentChildRelationshipTypeNull()()()
IsadcParentColumnNameNull()()()
IsadcParentLookupColumnNameNull()()()
IsadcParentTableNameNull()()()
IsadcSecurityInheritsNull()()()
IsadcSortKeyNull()()()
IsadcTimeStampNull()()()
IsNull(Int32)
Gets a value that indicates whether the column at the specified index contains a null value.
(Inherited from DataRow.)
IsNull(String)
Gets a value that indicates whether the named column contains a null value.
(Inherited from DataRow.)
IsNull(DataColumn)
Gets a value that indicates whether the specified DataColumn contains a null value.
(Inherited from DataRow.)
IsNull(DataColumn, DataRowVersion)
Gets a value that indicates whether the specified DataColumn and DataRowVersion contains a null value.
(Inherited from DataRow.)
Item[([(Int32])])
Gets or sets the data stored in the column specified by index.
(Inherited from DataRow.)
Item[([(String])])
Gets or sets the data stored in the column specified by name.
(Inherited from DataRow.)
Item[([(DataColumn])])
Gets or sets the data stored in the specified DataColumn.
(Inherited from DataRow.)
Item[([(Int32, DataRowVersion])])
Gets the data stored in the column, specified by index and version of the data to retrieve.
(Inherited from DataRow.)
Item[([(String, DataRowVersion])])
Gets the specified version of data stored in the named column.
(Inherited from DataRow.)
Item[([(DataColumn, DataRowVersion])])
Gets the specified version of data stored in the specified DataColumn.
(Inherited from DataRow.)
ItemArray
Gets or sets all the values for this row through an array.
(Inherited from DataRow.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RejectChanges()()()
Rejects all changes made to the row since AcceptChanges()()() was last called.
(Inherited from DataRow.)
RowError
Gets or sets the custom error description for a row.
(Inherited from DataRow.)
RowState
Gets the current state of the row with regard to its relationship to the DataRowCollection.
(Inherited from DataRow.)
SetadcActionErrorDetailGuidNull()()()
SetadcActionErrorMessageNull()()()
SetadcColumnIdNull()()()
SetadcCreatedDateNull()()()
SetadcDefaultValueNull()()()
SetadcDescriptionNull()()()
SetadcDetailXmlNull()()()
SetadcEncryptionKeyNull()()()
SetadcEncryptionTypeNull()()()
SetadcFilterNull()()()
SetadcIsActiveNull()()()
SetadcModifiedDateNull()()()
SetadcParentChildRelationshipTypeNull()()()
SetadcParentColumnNameNull()()()
SetadcParentLookupColumnNameNull()()()
SetadcParentTableNameNull()()()
SetadcSecurityInheritsNull()()()
SetadcSortKeyNull()()()
SetadcTimeStampNull()()()
SetAdded()()()
Changes the Rowstate()()() of a DataRow to Added.
(Inherited from DataRow.)
SetColumnError(Int32, String)
Sets the error description for a column specified by index.
(Inherited from DataRow.)
SetColumnError(String, String)
Sets the error description for a column specified by name.
(Inherited from DataRow.)
SetColumnError(DataColumn, String)
Sets the error description for a column specified as a DataColumn.
(Inherited from DataRow.)
SetModified()()()
Changes the Rowstate()()() of a DataRow to Modified.
(Inherited from DataRow.)
SetNull(DataColumn)
Sets the value of the specified DataColumn to a null value.
(Inherited from DataRow.)
SetParentRow(DataRow)
Sets the parent row of a DataRow with specified new parent DataRow.
(Inherited from DataRow.)
SetParentRow(DataRow, DataRelation)
Sets the parent row of a DataRow with specified new parent DataRow and DataRelation.
(Inherited from DataRow.)
Table
Gets the DataTable for which this row has a schema.
(Inherited from DataRow.)
ToString()()()
String representation of the object, including the column name and data type to facilitate debugging.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
DataRow
 DataPlace..::.DPColumnRow

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817