#region ILlDataColumn Members public object Content { get { return _content; } set { _content = value; } } public string ColumnName { get { return _dataColumn.ColumnName; } } public Type DataType { get { return _dataColumn.DataType; } } #endregion
#region ILlDataColumn Members Public Property Content() As Object Get Return _content End Get Set _content = value End Set End Property Public Readonly Property ColumnName() As String Get Return _dataColumn.ColumnName End Get End Property Public Readonly Property DataType() As Type Get Return _dataColumn.DataType End Get End Property #End Region
Plattformen: Windows 8.1 bis Windows 10 (Version 20H2 - 21H2), Windows 11 (21H2), Windows Server 2012 - 2022