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 DataRow in the table that you want to retrieve terminal attributes from

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