MemoryBufferTableCreateColumn Method |
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IBufferColumn CreateColumn(
string columnName,
Type dataType
)
Public Function CreateColumn (
columnName As String,
dataType As Type
) As IBufferColumn
public:
virtual IBufferColumn^ CreateColumn(
String^ columnName,
Type^ dataType
) sealed
abstract CreateColumn :
columnName : string *
dataType : Type -> IBufferColumn
override CreateColumn :
columnName : string *
dataType : Type -> IBufferColumn
Parameters
- columnName
- Type: SystemString
The name of the new column. - dataType
- Type: SystemType
Type of the column values.
Return Value
Type:
IBufferColumnThe newly created column.
Implements
IBufferTableCreateColumn(String, Type)
Exceptions
See Also