LookupTableMultiLangDataSet.LookupTablesRow Members
Include Protected Members
Include Inherited Members
Represents one multilanguage lookup table.
The LookupTableMultiLangDataSet.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 user who checked out the lookup table for editing. | |
LT_CHECKOUTDATE | Specifies the date and time when the lookup table was checked out for editing. | |
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 GUID of the multilanguage lookup table. | |
MOD_DATE | Specifies the date and time of the most recent modification. | |
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.) | |
GetLookupTableLanguagesRows | Gets the list of languages for the lookup table. | |
GetLookupTableMaskStructuresRows | Gets the list of lookup table mask structures. | |
GetLookupTableStructuresRows | Gets the list of lookup table structures. | |
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_CHECKOUTBY property is set to a null reference (Nothing in Visual Basic). | |
IsLT_CHECKOUTDATENull | Determines whether the LT_CHECKOUTDATE property is set to a null reference (Nothing in Visual Basic). | |
IsLT_FILL_ALL_LEVELSNull | Determines whether the LT_FILL_ALL_LEVELS property is set to a null reference (Nothing in Visual Basic). | |
IsLT_SORT_ORDER_ENUMNull | Determines whether the LT_SORT_ORDER_ENUM 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.) | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetLT_CHECKOUTBYNull | Sets the LT_CHECKOUTDATE property to a null reference (Nothing in Visual Basic). | |
SetLT_CHECKOUTDATENull | Sets the LT_CHECKOUTDATE property to a null reference (Nothing in Visual Basic). | |
SetLT_FILL_ALL_LEVELSNull | Sets the LT_FILL_ALL_LEVELS property to a null reference (Nothing in Visual Basic). | |
SetLT_SORT_ORDER_ENUMNull | Sets the LT_SORT_ORDER_ENUM 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.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top