Interface ISqlTableColumn
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a column of a SQL database
public interface ISqlTableColumn : ITableColumn
- Inherited Members
Properties
OriginalDataType
represents original type of sql columns e.g. ntext, varchar,...
string OriginalDataType { get; }