Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic BufferColumn(
string name,
Type dataType
)
Public Sub New (
name As String,
dataType As Type
)
public:
BufferColumn(
String^ name,
Type^ dataType
)
new :
name : string *
dataType : Type -> BufferColumn
Parameters
- name
- Type: SystemString
The name of the column. - dataType
- Type: SystemType
Type of the values, stored in the data column.
See Also