Skip to content

ERPConnect.Queries.QueryHelper.SearchResultQueryRow

Namespace: ERPConnect.Queries.QueryHelper
Assembly: ERPConnectStandard20.dll

The class repesents DataRow object for the result set when serching for SAP queries

public class SearchResultQueryRow : DataRow

Inheritance

objectDataRowSearchResultQueryRow

Inherited Members

DataRow.AcceptChanges(), DataRow.BeginEdit(), DataRow.CancelEdit(), DataRow.Delete(), DataRow.EndEdit(), DataRow.SetColumnError(int, string), DataRow.SetColumnError(string, string), DataRow.SetColumnError(DataColumn, string), DataRow.GetColumnError(int), DataRow.GetColumnError(string), DataRow.GetColumnError(DataColumn), DataRow.ClearErrors(), DataRow.GetColumnsInError(), DataRow.GetChildRows(string), DataRow.GetChildRows(string, DataRowVersion), DataRow.GetChildRows(DataRelation), DataRow.GetChildRows(DataRelation, DataRowVersion), DataRow.GetParentRow(string), DataRow.GetParentRow(string, DataRowVersion), DataRow.GetParentRow(DataRelation), DataRow.GetParentRow(DataRelation, DataRowVersion), DataRow.GetParentRows(string), DataRow.GetParentRows(string, DataRowVersion), DataRow.GetParentRows(DataRelation), DataRow.GetParentRows(DataRelation, DataRowVersion), DataRow.HasVersion(DataRowVersion), DataRow.IsNull(int), DataRow.IsNull(string), DataRow.IsNull(DataColumn), DataRow.IsNull(DataColumn, DataRowVersion), DataRow.RejectChanges(), DataRow.SetNull(DataColumn), DataRow.SetParentRow(DataRow), DataRow.SetParentRow(DataRow, DataRelation), DataRow.SetAdded(), DataRow.SetModified(), DataRow.RowError, DataRow.RowState, DataRow.Table, DataRow.this[int], DataRow.this[string], DataRow.this[DataColumn], DataRow.this[int, DataRowVersion], DataRow.this[string, DataRowVersion], DataRow.this[DataColumn, DataRowVersion], DataRow.ItemArray, DataRow.HasErrors, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

DescriptionText

Description Text

public string DescriptionText { get; set; }

Property Value

string

QueryName

Name of the Query

public string QueryName { get; set; }

Property Value

string

UserGroup

User Group of the Query

public string UserGroup { get; set; }

Property Value

string