Click or drag to resize

_RelationsInfoRow Methods

The MicaContentDataSet_RelationsInfoRow type exposes the following members.

Methods
  NameDescription
Public methodAcceptChanges
Commits all the changes made to this row since the last time AcceptChanges was called.
(Inherited from DataRow.)
Public methodBeginEdit
Starts an edit operation on a DataRow object.
(Inherited from DataRow.)
Public methodCancelEdit
Cancels the current edit on the row.
(Inherited from DataRow.)
Public methodClearErrors
Clears the errors for the row. This includes the RowError and errors set with SetColumnError(Int32, String).
(Inherited from DataRow.)
Public methodDelete
Deletes the DataRow.
(Inherited from DataRow.)
Public methodEndEdit
Ends the edit occurring on the row.
(Inherited from DataRow.)
Public methodGetChildRows(String)
Gets the child rows of a DataRow using the specified RelationName of a DataRelation.
(Inherited from DataRow.)
Public methodGetChildRows(DataRelation)
Gets the child rows of this DataRow using the specified DataRelation.
(Inherited from DataRow.)
Public methodGetChildRows(String, DataRowVersion)
Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetChildRows(DataRelation, DataRowVersion)
Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetColumnError(Int32)
Gets the error description for the column specified by index.
(Inherited from DataRow.)
Public methodGetColumnError(String)
Gets the error description for a column, specified by name.
(Inherited from DataRow.)
Public methodGetColumnError(DataColumn)
Gets the error description of the specified DataColumn.
(Inherited from DataRow.)
Public methodGetColumnsInError
Gets an array of columns that have errors.
(Inherited from DataRow.)
Public methodGetParentRow(String)
Gets the parent row of a DataRow using the specified RelationName of a DataRelation.
(Inherited from DataRow.)
Public methodGetParentRow(DataRelation)
Gets the parent row of a DataRow using the specified DataRelation.
(Inherited from DataRow.)
Public methodGetParentRow(String, DataRowVersion)
Gets the parent row of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetParentRow(DataRelation, DataRowVersion)
Gets the parent row of a DataRow using the specified DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetParentRows(String)
Gets the parent rows of a DataRow using the specified RelationName of a DataRelation.
(Inherited from DataRow.)
Public methodGetParentRows(DataRelation)
Gets the parent rows of a DataRow using the specified DataRelation.
(Inherited from DataRow.)
Public methodGetParentRows(String, DataRowVersion)
Gets the parent rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetParentRows(DataRelation, DataRowVersion)
Gets the parent rows of a DataRow using the specified DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodHasVersion
Gets a value that indicates whether a specified version exists.
(Inherited from DataRow.)
Public methodIsNameNull
Public methodIsNull(Int32)
Gets a value that indicates whether the column at the specified index contains a null value.
(Inherited from DataRow.)
Public methodIsNull(String)
Gets a value that indicates whether the named column contains a null value.
(Inherited from DataRow.)
Public methodIsNull(DataColumn)
Gets a value that indicates whether the specified DataColumn contains a null value.
(Inherited from DataRow.)
Public methodIsNull(DataColumn, DataRowVersion)
Gets a value that indicates whether the specified DataColumn and DataRowVersion contains a null value.
(Inherited from DataRow.)
Public methodIsSide1ConstraintNameNull
Public methodIsSide1ContentTypeGuidNull
Public methodIsSide2ConstraintNameNull
Public methodIsSide2ContentTypeGuidNull
Public methodRejectChanges
Rejects all changes made to the row since AcceptChanges was last called.
(Inherited from DataRow.)
Public methodSetAdded
Changes the Rowstate of a DataRow to Added.
(Inherited from DataRow.)
Public methodSetColumnError(Int32, String)
Sets the error description for a column specified by index.
(Inherited from DataRow.)
Public methodSetColumnError(String, String)
Sets the error description for a column specified by name.
(Inherited from DataRow.)
Public methodSetColumnError(DataColumn, String)
Sets the error description for a column specified as a DataColumn.
(Inherited from DataRow.)
Public methodSetModified
Changes the Rowstate of a DataRow to Modified.
(Inherited from DataRow.)
Public methodSetNameNull
Protected methodSetNull
Sets the value of the specified DataColumn to a null value.
(Inherited from DataRow.)
Public methodSetParentRow(DataRow)
Sets the parent row of a DataRow with specified new parent DataRow.
(Inherited from DataRow.)
Public methodSetParentRow(DataRow, DataRelation)
Sets the parent row of a DataRow with specified new parent DataRow and DataRelation.
(Inherited from DataRow.)
Public methodSetSide1ConstraintNameNull
Public methodSetSide1ContentTypeGuidNull
Public methodSetSide2ConstraintNameNull
Public methodSetSide2ContentTypeGuidNull
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsT
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.)
Public Extension MethodEqualsAll
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.)
Public Extension MethodEqualsAny
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.)
Public Extension MethodGetString
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.)
Public Extension MethodIsGenericListOverloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.)
Public Extension MethodIsGenericList(Type)Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.)
Public Extension MethodSerializeOverloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerialize(String)Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerializeJsonOverloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(ListType)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(DataContractJsonSerializerSettings)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Top
See Also