Click or drag to resize

IBufferColumn Interface

Interface to columns in buffer tables.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public interface IBufferColumn

The IBufferColumn type exposes the following members.

Properties
  NameDescription
Public propertyColumnName
Gets the name of the column.
Public propertyDataType
Gets the type of the values, stored in the column.
Top
See Also