ERPConnect.Queries.QueryHelper.SearchResultQueryDataTable
Namespace: ERPConnect.Queries.QueryHelper
Assembly: ERPConnectStandard20.dll
DataTable object
public class SearchResultQueryDataTable : DataTable, IComponent, IDisposable, IServiceProvider, IListSource, ISupportInitializeNotification, ISupportInitialize, ISerializable, IXmlSerializable, IEnumerable
Inheritance
object ← MarshalByValueComponent ← DataTable ← SearchResultQueryDataTable
Implements
IComponent, IDisposable, IServiceProvider, IListSource, ISupportInitializeNotification, ISupportInitialize, ISerializable, IXmlSerializable, IEnumerable
Inherited Members
DataTable.fInitInProgress, DataTable.GetObjectData(SerializationInfo, StreamingContext), DataTable.BeginInit(), DataTable.EndInit(), DataTable.AcceptChanges(), DataTable.CreateInstance(), DataTable.Clone(), DataTable.Copy(), DataTable.Clear(), DataTable.Compute(string, string), DataTable.GetChanges(), DataTable.GetChanges(DataRowState), DataTable.GetErrors(), DataTable.ImportRow(DataRow), DataTable.NewRow(), DataTable.NewRowFromBuilder(DataRowBuilder), DataTable.GetRowType(), DataTable.NewRowArray(int), DataTable.OnColumnChanging(DataColumnChangeEventArgs), DataTable.OnColumnChanged(DataColumnChangeEventArgs), DataTable.OnPropertyChanging(PropertyChangedEventArgs), DataTable.OnRemoveColumn(DataColumn), DataTable.OnRowChanged(DataRowChangeEventArgs), DataTable.OnRowChanging(DataRowChangeEventArgs), DataTable.OnRowDeleting(DataRowChangeEventArgs), DataTable.OnRowDeleted(DataRowChangeEventArgs), DataTable.OnTableCleared(DataTableClearEventArgs), DataTable.OnTableClearing(DataTableClearEventArgs), DataTable.OnTableNewRow(DataTableNewRowEventArgs), DataTable.RejectChanges(), DataTable.Reset(), DataTable.Select(), DataTable.Select(string), DataTable.Select(string, string), DataTable.Select(string, string, DataViewRowState), DataTable.ToString(), DataTable.BeginLoadData(), DataTable.EndLoadData(), DataTable.LoadDataRow(object[], bool), DataTable.LoadDataRow(object[], LoadOption), DataTable.Merge(DataTable), DataTable.Merge(DataTable, bool), DataTable.Merge(DataTable, bool, MissingSchemaAction), DataTable.Load(IDataReader), DataTable.Load(IDataReader, LoadOption), DataTable.Load(IDataReader, LoadOption, FillErrorEventHandler), DataTable.CreateDataReader(), DataTable.WriteXml(Stream), DataTable.WriteXml(Stream, bool), DataTable.WriteXml(TextWriter), DataTable.WriteXml(TextWriter, bool), DataTable.WriteXml(XmlWriter), DataTable.WriteXml(XmlWriter, bool), DataTable.WriteXml(string), DataTable.WriteXml(string, bool), DataTable.WriteXml(Stream, XmlWriteMode), DataTable.WriteXml(Stream, XmlWriteMode, bool), DataTable.WriteXml(TextWriter, XmlWriteMode), DataTable.WriteXml(TextWriter, XmlWriteMode, bool), DataTable.WriteXml(XmlWriter, XmlWriteMode), DataTable.WriteXml(XmlWriter, XmlWriteMode, bool), DataTable.WriteXml(string, XmlWriteMode), DataTable.WriteXml(string, XmlWriteMode, bool), DataTable.WriteXmlSchema(Stream), DataTable.WriteXmlSchema(Stream, bool), DataTable.WriteXmlSchema(TextWriter), DataTable.WriteXmlSchema(TextWriter, bool), DataTable.WriteXmlSchema(XmlWriter), DataTable.WriteXmlSchema(XmlWriter, bool), DataTable.WriteXmlSchema(string), DataTable.WriteXmlSchema(string, bool), DataTable.ReadXml(Stream), DataTable.ReadXml(TextReader), DataTable.ReadXml(string), DataTable.ReadXml(XmlReader), DataTable.ReadXmlSchema(Stream), DataTable.ReadXmlSchema(TextReader), DataTable.ReadXmlSchema(string), DataTable.ReadXmlSchema(XmlReader), DataTable.GetDataTableSchema(XmlSchemaSet), DataTable.GetSchema(), DataTable.ReadXmlSerializable(XmlReader), DataTable.CaseSensitive, DataTable.IsInitialized, DataTable.RemotingFormat, DataTable.ChildRelations, DataTable.Columns, DataTable.Constraints, DataTable.DataSet, DataTable.DefaultView, DataTable.DisplayExpression, DataTable.ExtendedProperties, DataTable.HasErrors, DataTable.Locale, DataTable.MinimumCapacity, DataTable.ParentRelations, DataTable.PrimaryKey, DataTable.Rows, DataTable.TableName, DataTable.Namespace, DataTable.Prefix, DataTable.Site, DataTable.ColumnChanging, DataTable.ColumnChanged, DataTable.Initialized, DataTable.RowChanged, DataTable.RowChanging, DataTable.RowDeleting, DataTable.RowDeleted, DataTable.TableClearing, DataTable.TableCleared, DataTable.TableNewRow, MarshalByValueComponent.Dispose(), MarshalByValueComponent.Dispose(bool), MarshalByValueComponent.GetService(Type), MarshalByValueComponent.ToString(), MarshalByValueComponent.Events, MarshalByValueComponent.Site, MarshalByValueComponent.Container, MarshalByValueComponent.DesignMode, MarshalByValueComponent.Disposed, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Count
Returns the number of rows
Property Value
this[int]
Returns a row at a given position
Property Value
Methods
AddSearchResultQueryRow(SearchResultQueryRow)
Add a new AddSearchResultQueryRow object to the table
Parameters
New AddSearchResultQueryRow object
AddSearchResultQueryRow(string, string, string)
Add a new AddSearchResultQueryRow object to the table
public SearchResultQueryRow AddSearchResultQueryRow(string QueryName, string UserGroup, string DescriptionText)
Parameters
QueryName
string
QueryName
UserGroup
string
UserGroup
DescriptionText
string
DescriptionText
Returns
-
Clone()
Creates an empty Datatable object with the same structure
Returns
Empty Datatable object
CreateInstance()
Creates a new object of the DataTable class
Returns
The newly created object
GetEnumerator()
GetEnumerator()
Returns
System.Collections.IEnumerator
GetRowType()
DataTable related method, please have a look at the manual provided by Microsoft
Returns
DataTable related method, please have a look at the manual provided by Microsoft
NewRowFromBuilder(DataRowBuilder)
DataTable related method, please have a look at the manual provided by Microsoft
Parameters
builder
DataRowBuilder
DataTable related method, please have a look at the manual provided by Microsoft
Returns
DataTable related method, please have a look at the manual provided by Microsoft
NewSearchResultQueryRow()
Creates a new SearchResultQueryRow object
Returns
New SearchResultQueryRow object
OnRowChanged(DataRowChangeEventArgs)
DataTable related method, please have a look at the manual provided by Microsoft
Parameters
DataTable related method, please have a look at the manual provided by Microsoft
OnRowChanging(DataRowChangeEventArgs)
DataTable related method, please have a look at the manual provided by Microsoft
Parameters
DataTable related method, please have a look at the manual provided by Microsoft
OnRowDeleted(DataRowChangeEventArgs)
DataTable related method, please have a look at the manual provided by Microsoft
Parameters
DataTable related method, please have a look at the manual provided by Microsoft
OnRowDeleting(DataRowChangeEventArgs)
DataTable related method, please have a look at the manual provided by Microsoft
Parameters
DataTable related method, please have a look at the manual provided by Microsoft
RemoveSearchResultQueryRow(SearchResultQueryRow)
DataTable related method, please have a look at the manual provided by Microsoft
Parameters
DataTable related method, please have a look at the manual provided by Microsoft