LookupTableDataSet.LookupTablesRow Members
Include Protected Members
Include Inherited Members
Represents one lookup table.
The LookupTableDataSet.LookupTablesRow type exposes the following members.
Properties
Name
Description
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Item[DataColumn, DataRowVersion]
(Inherited from DataRow.)
(Inherited from DataRow.)
Specifies the unique identifier of the user who has the lookup table checked out for modification.
Date the lookup table was last checked out
Specifies whether all levels of a hierarchical lookup table must have a value.
Specifies the name of the lookup table.
Primary locale identifier for the lookup table.
Sort order of the lookup table, specified by the LookupTables.SortOrder enumeration.
Specifies the unique identifier of the lookup table.
Most recent modification date of the lookup table.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Top
Methods
Name
Description
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetChildRows(String, DataRowVersion)
(Inherited from DataRow.)
GetChildRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
Gets the lookup table code masks.
Gets all of the values in the lookup table tree.
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRow(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRow(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRows(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
Determines whether the LT_CHECKOUT() property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the LT_CHECKOUTDATE property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the LT_FILL_ALL_LEVELS property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the LT_PRIMARY_LCID property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the LT_SORT_ORDER_ENUM property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the MOD_DATE property is set to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
IsNull(DataColumn, DataRowVersion)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetColumnError(String, String)
(Inherited from DataRow.)
SetColumnError(DataColumn, String)
(Inherited from DataRow.)
Sets the LT_CHECKOUTBY property to a a null reference (Nothing in Visual Basic) value.
Sets the LT_CHECKOUTDATE property to a a null reference (Nothing in Visual Basic) value.
Sets the LT_FILL_ALL_LEVELS property to a a null reference (Nothing in Visual Basic) value.
Sets the LT_PRIMARY_LCID property to a a null reference (Nothing in Visual Basic) value.
Sets the LT_SORT_ORDER_ENUM property to a a null reference (Nothing in Visual Basic) value.
Sets the MOD_DATE property to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetParentRow(DataRow, DataRelation)
(Inherited from DataRow.)
(Inherited from Object.)
Top