.NET Connector Method Reference

.NET Connector Method Reference

Show / Hide Table of Contents
  • Attachmate.Verastream.HostIntegrator.E2V
    • Area
    • ExtraArea
    • ExtraOIA
    • ExtraScreen
    • ExtraSession
    • ExtraSessions
    • ExtraSystem
    • OIA
    • Screen
    • Session
    • Sessions
    • System
  • Attachmate.Verastream.HostIntegrator.EAO2V
    • ATM_AREA
    • ATM_FIELDTYPE
    • ATM_FINDFIELD
    • ATM_OIA
    • ATM_OIA_ERRORSTATUS
    • ATM_OIA_OWNER
    • ATM_OIA_XSTATUS
    • ATM_SESSION_STATE
    • ATM_WRAP
    • AtmConTN3270
    • AtmConstants
    • AtmScreen3270
    • AtmSession
    • AtmSessionConstants
    • IAtmConTN3270
    • IAtmOia3270
    • IAtmScreen3270
    • IAtmSession
    • IAtmWait
  • WRQ.Verastream.HostIntegrator
    • AidKey
    • AttributeMetaData
    • Color
    • ColumnMetaData
    • ColumnType
    • ElementLocation
    • ElementType
    • ErrorMessage
    • FieldMetaData
    • HostIntegratorChannelException
    • HostIntegratorConnectorException
    • HostIntegratorDeadSessionException
    • HostIntegratorException
    • HostIntegratorMarshallerException
    • HostIntegratorModelDataException
    • HostIntegratorModelDefException
    • HostIntegratorRejuvenationSession
    • HostIntegratorServerException
    • HostIntegratorSession
    • HostIntegratorTerminalException
    • HostIntegratorTimeoutException
    • HostIntegratorUserException
    • InputFieldInfo
    • LoggingLevel
    • MetaData
    • MetaDataType
    • ModelDataColumn
    • ModelDataTable
    • OperationMetaData
    • ProcedureMetaData
    • ProcedureType
    • RcConst
    • RecordSetMetaData
    • RegionType
    • RejuvenationAidKey
    • RejuvenationEnablementMode
    • RejuvenationMethod
    • Screen
    • ScreenField
    • ScrollMovement
    • SessionType
    • TerminalAttributes
    • TerminalField
    • TerminalScreen
    • VariableInitialization
    • VariableMetaData
    • VariableType

Class ModelDataTable

The methods and properties in the ModelDataTable class extend the the DataTable class, with functionality specific to Host Integrator.

Inheritance
object
MarshalByValueComponent
DataTable
ModelDataTable
Implements
IComponent
IDisposable
IServiceProvider
IListSource
ISupportInitializeNotification
ISupportInitialize
ISerializable
IXmlSerializable
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.Events
MarshalByValueComponent.Container
MarshalByValueComponent.DesignMode
MarshalByValueComponent.Disposed
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public class ModelDataTable : DataTable, IComponent, IDisposable, IServiceProvider, IListSource, ISupportInitializeNotification, ISupportInitialize, ISerializable, IXmlSerializable
Remarks

The methods and properties in the ModelDataTable class extend the the DataTable class, with functionality specific to Host Integrator.

Methods

RecordIndex(DataRow)

Gets the index number for the specified record.

Declaration
public int RecordIndex(DataRow dataRow)
Parameters
Type Name Description
DataRow dataRow

Specifies a row in the table.

Returns
Type Description
int

This method gets the index number for the specified record.

Implements

IComponent
IDisposable
IServiceProvider
IListSource
ISupportInitializeNotification
ISupportInitialize
ISerializable
IXmlSerializable
In This Article
Back to top © 1985-2024 Rocket Software, Inc. or its affiliates. All Rights Reserved