Constructor for a ColumnInfo object, this constructor doesn't support user data type
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public ColumnInfo( string name, ColumnDataType type ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ type As ColumnDataType _ ) |
Visual C++ |
---|
public: ColumnInfo( String^ name, ColumnDataType type ) |
Parameters
- name
- Type: String
Column name
- type
- Type: ColumnDataType
Data type of the column