Creates a new instance of the DBColumn class. Scale and Precision are set to 0, so this overload is useful for string-type columns.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public DBColumn( string _name, OleDbType _dataType, int _size ) |
Visual Basic |
---|
Public Sub New ( _ _name As String, _ _dataType As OleDbType, _ _size As Integer _ ) |
Parameters
- _name
- Type: System..::..String
- _dataType
- Type: System.Data.OleDb..::..OleDbType
- _size
- Type: System..::..Int32