LookupTableDataSet.LookupTablesRow Members
Include Protected Members
Include Inherited Members
Represents one lookup table.
The LookupTableDataSet.LookupTablesRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
LT_CHECKOUTBY | Specifies the unique identifier of the user who has the lookup table checked out for modification. | |
LT_CHECKOUTDATE | Specifies the date on which the lookup table was last checked out. | |
LT_FILL_ALL_LEVELS | Specifies whether all levels of a hierarchical lookup table must have a value. | |
LT_NAME | Specifies the name of the lookup table. | |
LT_PRIMARY_LCID | Specifies the primary locale identifier for the lookup table. | |
LT_SORT_ORDER_ENUM | Indicates the sort order of the lookup table, specified by the LookupTables.SortOrder enumeration. | |
LT_UID | Specifies the unique identifier of the lookup table. | |
MOD_DATE | Indicates the most recent modification date of the lookup table. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
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.) | |
GetLookupTableMasksRows | Gets the lookup table code masks. | |
GetLookupTableTreesRows | Gets all of the values in the lookup table tree. | |
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.) | |
IsLT_CHECKOUTBYNull | Determines whether the LT_CHECKOUT() property is set to a a null reference (Nothing in Visual Basic) value. | |
IsLT_CHECKOUTDATENull | Determines whether the LT_CHECKOUTDATE property is set to a a null reference (Nothing in Visual Basic) value. | |
IsLT_FILL_ALL_LEVELSNull | Determines whether the LT_FILL_ALL_LEVELS property is set to a a null reference (Nothing in Visual Basic) value. | |
IsLT_PRIMARY_LCIDNull | Determines whether the LT_PRIMARY_LCID property is set to a a null reference (Nothing in Visual Basic) value. | |
IsLT_SORT_ORDER_ENUMNull | Determines whether the LT_SORT_ORDER_ENUM property is set to a a null reference (Nothing in Visual Basic) value. | |
IsMOD_DATENull | Determines whether the MOD_DATE property is set to a a null reference (Nothing in Visual Basic) value. | |
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.) | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetLT_CHECKOUTBYNull | Sets the LT_CHECKOUTBY property to a a null reference (Nothing in Visual Basic) value. | |
SetLT_CHECKOUTDATENull | Sets the LT_CHECKOUTDATE property to a a null reference (Nothing in Visual Basic) value. | |
SetLT_FILL_ALL_LEVELSNull | Sets the LT_FILL_ALL_LEVELS property to a a null reference (Nothing in Visual Basic) value. | |
SetLT_PRIMARY_LCIDNull | Sets the LT_PRIMARY_LCID property to a a null reference (Nothing in Visual Basic) value. | |
SetLT_SORT_ORDER_ENUMNull | Sets the LT_SORT_ORDER_ENUM property to a a null reference (Nothing in Visual Basic) value. | |
SetMOD_DATENull | Sets the MOD_DATE property to a a null reference (Nothing in Visual Basic) value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top