.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 ModelDataColumn

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

Inheritance
object
MarshalByValueComponent
DataColumn
ModelDataColumn
Implements
IComponent
IDisposable
IServiceProvider
Inherited Members
DataColumn.SetOrdinal(int)
DataColumn.CheckNotAllowNull()
DataColumn.CheckUnique()
DataColumn.OnPropertyChanging(PropertyChangedEventArgs)
DataColumn.RaisePropertyChanging(string)
DataColumn.ToString()
DataColumn.AllowDBNull
DataColumn.AutoIncrement
DataColumn.AutoIncrementSeed
DataColumn.AutoIncrementStep
DataColumn.Caption
DataColumn.ColumnName
DataColumn.Prefix
DataColumn.DataType
DataColumn.DateTimeMode
DataColumn.DefaultValue
DataColumn.Expression
DataColumn.ExtendedProperties
DataColumn.MaxLength
DataColumn.Namespace
DataColumn.Ordinal
DataColumn.ReadOnly
DataColumn.Table
DataColumn.Unique
DataColumn.ColumnMapping
MarshalByValueComponent.Dispose()
MarshalByValueComponent.Dispose(bool)
MarshalByValueComponent.GetService(Type)
MarshalByValueComponent.Events
MarshalByValueComponent.Site
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 ModelDataColumn : DataColumn, IComponent, IDisposable, IServiceProvider

Properties

TerminalAttributeEnabled

Gets whether the terminal attributes are enabled for a field.

Declaration
public bool TerminalAttributeEnabled { get; }
Property Value
Type Description
bool

This property finds out if the terminal attributes are enabled for the specified field.

Methods

GetTerminalAttributes(DataRow)

Gets the terminal attributes of an element in a record.

Declaration
public TerminalAttributes GetTerminalAttributes(DataRow dataRow)
Parameters
Type Name Description
DataRow dataRow

the DataRow in the table that you want to retrieve terminal attributes from

Returns
Type Description
TerminalAttributes

This method returns the terminal attributes for an element in the specified record.

Implements

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