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

The methods and properties in the ColumnMetaData class manage data based in table columns.

Inheritance
object
MetaData
ColumnMetaData
Inherited Members
MetaData.Name
MetaData.Description
MetaData.DataType
object.ToString()
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 ColumnMetaData : MetaData
Remarks

The methods and properties in the ColumnMetaData class manage data based in table columns.

Properties

ColumnType

Gets the data type of a column.

Declaration
public virtual ColumnType ColumnType { get; }
Property Value
Type Description
ColumnType

The value returned is a member of the ColumnType enumeration.

Remarks

The value returned is a member of the ColumnType enumeration.

IsKey

Gets whether a column is defined to be the key or part of the key for the table.

Declaration
public virtual bool IsKey { get; }
Property Value
Type Description
bool

Gets whether a column is defined to be the key or part of the key for the table.

Remarks

A key can be a single column or composed of multiple columns.

Max

Gets the maximum number of characters for the value of a column.

Declaration
public virtual int Max { get; }
Property Value
Type Description
int

Gets the maximum number of characters for the value of a column.

Remarks

Gets the maximum number of characters for the value of a column.

Min

Gets the maximum number of characters for the value of a column.

Declaration
public virtual int Min { get; }
Property Value
Type Description
int

Gets the maximum number of characters for the value of a column.

Remarks

Gets the minimum number of characters for the value of a column.

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