DriverPrioritizationDataSet.DriverRelationsRow Members
Include Protected Members
Include Inherited Members
Contains driver relationship information for comparing and prioritizing two drivers.
The DriverPrioritizationDataSet.DriverRelationsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
DRIVER1_UID | Gets or sets the GUID of the first driver used in the prioritization. | |
DRIVER2_UID | Gets or sets the GUID of the second driver used in the prioritization. | |
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_STRUCT_UID | Gets or sets the GUID of the lookup table structure used by the driver relationship. | |
PRIORITIZATION_UID | Gets or sets the GUID of the prioritization associated with the specified drivers. | |
PrioritizationEntriesRowParentByFK_PrioritizationEntries_DriverRelations1 | Gets or sets the prioritization entry for the first relationship between the two drivers. | |
PrioritizationEntriesRowParentByFK_PrioritizationEntries_DriverRelations2 | Gets or sets the prioritization entry for the second relationship between the two drivers. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top