ModelDataColumn.GetTerminalAttributes Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

ModelDataColumn.GetTerminalAttributes Method 

Gets the terminal attributes of an element in a record.

[Visual Basic]Public Function GetTerminalAttributes( _
   ByVal dataRow As DataRow _
) As TerminalAttributes
[C#]
public TerminalAttributes GetTerminalAttributes(
   DataRow dataRow
);

Parameters

dataRow
The name or index (starting at 1) of an element in the list.

Return Value

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

Remarks

Gets the terminal attributes of an element in a record.

See Also

ModelDataColumn Class | ModelDataColumn Members | WRQ.Verastream.HostIntegrator Namespace