Click or drag to resize

BufferColumn Class

Represents a column in a IBufferTable
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessBufferColumn

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class BufferColumn : IBufferColumn, 
	IComparable<IBufferColumn>

The BufferColumn type exposes the following members.

Constructors
  NameDescription
Public methodBufferColumn
Initializes a new instance of the BufferColumn class.
Top
Properties
  NameDescription
Public propertyColumnName
Gets the name of the column.
Public propertyDataType
Gets the type of the values, stored in the column.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Return true when the two column reference the same fields with the same data types.
Public operatorStatic memberInequality
Return false when the two column reference the same fields with the same data types.
Top
See Also