Class ModelDataColumn
The methods and properties in the ModelDataColumn class extend the the DataColumn class, with functionality specific to Host Integrator.
Inherited Members
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. |