DataFrameColumn(String, Int64, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The base DataFrameColumn constructor.
protected DataFrameColumn (string name, long length, Type type);
new Microsoft.Data.Analysis.DataFrameColumn : string * int64 * Type -> Microsoft.Data.Analysis.DataFrameColumn
Protected Sub New (name As String, length As Long, type As Type)
Parameters
- name
- String
The name of this column.
- length
- Int64
The length of this column.
- type
- Type
The type of data this column holds.