CustomFieldDataSet.CustomFieldsRow methods
Office 2013 and later
The CustomFieldDataSet.CustomFieldsRow type exposes the following members.
| Name | Description | |
|---|---|---|
|
AcceptChanges | (Inherited from DataRow.) |
|
BeginEdit | (Inherited from DataRow.) |
|
CancelEdit | (Inherited from DataRow.) |
|
ClearErrors | (Inherited from DataRow.) |
|
Delete | (Inherited from DataRow.) |
|
EndEdit | (Inherited from DataRow.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetChildRows(String) | (Inherited from DataRow.) |
|
GetChildRows(DataRelation) | (Inherited from DataRow.) |
|
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) |
|
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) |
|
GetColumnError(Int32) | (Inherited from DataRow.) |
|
GetColumnError(String) | (Inherited from DataRow.) |
|
GetColumnError(DataColumn) | (Inherited from DataRow.) |
|
GetColumnsInError | (Inherited from DataRow.) |
|
GetHashCode | (Inherited from Object.) |
|
GetParentRow(String) | (Inherited from DataRow.) |
|
GetParentRow(DataRelation) | (Inherited from DataRow.) |
|
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) |
|
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) |
|
GetParentRows(String) | (Inherited from DataRow.) |
|
GetParentRows(DataRelation) | (Inherited from DataRow.) |
|
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) |
|
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) |
|
GetType | (Inherited from Object.) |
|
HasVersion | (Inherited from DataRow.) |
|
IsAPP_ENTITY_UIDNull | Determines whether the APP_ENTITY_UID property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_AGGREGATION_TYPE_ENUMNull | Determines whether the roll-up type for a custom field is set to a null reference (Nothing in Visual Basic). |
|
IsMD_LOOKUP_TABLE_UIDNull | Determines whether the unique identifier specifying the roll-up type for a custom field is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_CHECKOUTBYNull | Determines whether the unique identifier that represents the user who has the custom field checked out for modification is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_CHECKOUTDATENull | Determines whether the MD_PROP_CHECKOUTDATE property, used to specify the date and time that the custom field was checked out for modification, is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_COPY_ON_REASSIGNMENTNull | Determines whether the MD_PROP_COPY_ON_REASSIGNMENT property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_DEFAULT_VALUENull | Determines whether the unique identifier of the default value in a lookup table for a custom field is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_DEPARTMENT_UIDNull | Determines whether the MD_PROP_DEPARTMENT_UID property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_DESCRIPTIONNull | Determines whether the MD_PROP_DESCRIPTION property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_FORMULANull | Determines whether the MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP property, used to store the formula that calculates the value of a custom field, is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_GRAPHICAL_INDICATOR_TOOLTIPNull | Determines whether the MD_PROP_GRAPHICAL_INDICATOR property, used to indicate a graphical indicator for a custom field, is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_GRAPHICAL_INDICATORNull | Determines whether the MD_PROP_GRAPHICAL_INDICATOR property, used to define a graphical indicator for a custom field, is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_ID_SECONDARYNull | Determines whether the MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP property, used to determine the tooltip for a graphical indicator, is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_IDNull | Determines whether the MD_PROP_ID property, used to uniquely identify the enterprise custom field, is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_IS_EDITABLE_IN_VISIBILITYNull | Determines whether the MD_PROP_IS_EDITABLE_IN_VISIBILITY property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_IS_LEAF_NODE_ONLYNull | Determines whether the MD_PROP_IS_LEAF_NODE_ONLY property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_IS_MULTILINE_TEXTNull | Determines whether the MD_PROP_IS_MULTILINE_TEXT property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_IS_REQUIREDNull | Determines whether the MD_PROP_IS_REQUIRED property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_IS_WORKFLOW_CONTROLLEDNull | Determines whether the MD_PROP_IS_WORKFLOW_CONTROLLED property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_MAX_VALUESNull | Determines whether the MD_PROP_MAX_VALUES property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_PROJ_SUMM_GRAPHICAL_INDICATORNull | Determines whether the MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATOR property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_ROLLDOWN_TO_ASSNNull | Determines whether the MD_PROP_ROLLDOWN_TO_ASSN property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_SUMM_GRAPHICAL_INDICATORNull | Determines whether the MD_PROP_SUMM_GRAPHICAL_INDICATOR property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_UID_SECONDARYNull | Determines whether the MD_PROP_UID_SECONDARY property is set to a null reference (Nothing in Visual Basic). |
|
IsMD_PROP_USE_FOR_MATCHINGNull | Determines whether the MD_PROP_USE_FOR_MATCHING property is set to a null reference (Nothing in Visual Basic). |
|
IsMOD_DATENull | Determines whether the MOD_DATE property is set to a null reference (Nothing in Visual Basic). |
|
IsNull(Int32) | (Inherited from DataRow.) |
|
IsNull(String) | (Inherited from DataRow.) |
|
IsNull(DataColumn) | (Inherited from DataRow.) |
|
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) |
|
MemberwiseClone | (Inherited from Object.) |
|
RejectChanges | (Inherited from DataRow.) |
|
SetAdded | (Inherited from DataRow.) |
|
SetAPP_ENTITY_UIDNull | Sets the APP_ENTITY_UID property to a null reference (Nothing in Visual Basic). |
|
SetColumnError(Int32, String) | (Inherited from DataRow.) |
|
SetColumnError(String, String) | (Inherited from DataRow.) |
|
SetColumnError(DataColumn, String) | (Inherited from DataRow.) |
|
SetMD_AGGREGATION_TYPE_ENUMNull | Determines whether the MD_AGGREGATION_TYPE_ENUM property is set to a null reference (Nothing in Visual Basic). |
|
SetMD_LOOKUP_TABLE_UIDNull | Sets the MD_PROP_IS_LEAF_NODE_ONLY property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_CHECKOUTBYNull | Sets the MD_PROP_CHECKOUT() property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_CHECKOUTDATENull | Sets the MD_PROP_CHECKOUTDATE property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_COPY_ON_REASSIGNMENTNull | Sets the MD_PROP_COPY_ON_REASSIGNMENT property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_DEFAULT_VALUENull | Sets the MD_PROP_DEFAULT_VALUE property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_DEPARTMENT_UIDNull | Sets the MD_PROP_DEPARTMENT_UID property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_DESCRIPTIONNull | Sets the MD_PROP_DESCRIPTION property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_FORMULANull | Sets the MD_PROP_FORMULA property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_GRAPHICAL_INDICATOR_TOOLTIPNull | Sets the MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_GRAPHICAL_INDICATORNull | Sets the MD_PROP_GRAPHICAL_INDICATOR property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_ID_SECONDARYNull | Sets the MD_PROP_ID_SECONDARY property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_IDNull | Sets the MD_PROP_ID property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_IS_EDITABLE_IN_VISIBILITYNull | Sets the MD_PROP_IS_EDITABLE_IN_VISIBILITY property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_IS_LEAF_NODE_ONLYNull | Sets the MD_PROP_IS_LEAF_NODE_ONLY property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_IS_MULTILINE_TEXTNull | Sets the MD_PROP_IS_MULTILINE_TEXT property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_IS_REQUIREDNull | Sets the MD_PROP_IS_REQUIRED property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_IS_WORKFLOW_CONTROLLEDNull | Sets the MD_PROP_IS_WORKFLOW_CONTROLLED property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_MAX_VALUESNull | Sets the MD_PROP_MAX_VALUES property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_PROJ_SUMM_GRAPHICAL_INDICATORNull | Sets the MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATOR property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_ROLLDOWN_TO_ASSNNull | Sets the MD_PROP_ROLLDOWN_TO_ASSN property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_SUMM_GRAPHICAL_INDICATORNull | Sets the MD_PROP_SUMM_GRAPHICAL_INDICATOR property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_UID_SECONDARYNull | Sets the MD_PROP_UID_SECONDARY property to a null reference (Nothing in Visual Basic). |
|
SetMD_PROP_USE_FOR_MATCHINGNull | Sets the MD_PROP_USE_FOR_MATCHING property to a null reference (Nothing in Visual Basic). |
|
SetMOD_DATENull | Sets the MOD_DATE property to a null reference (Nothing in Visual Basic). |
|
SetModified | (Inherited from DataRow.) |
|
SetNull | (Inherited from DataRow.) |
|
SetParentRow(DataRow) | (Inherited from DataRow.) |
|
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) |
|
ToString | (Inherited from Object.) |
Show: