DBType Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation DBType Property
Gets the type of the column as an integer that can be cast to a System.Data.DbType. This is one of the following: Int16, Int32, String, or Binary
Declaration Syntax
C# Visual Basic Visual C++
public int DBType { get; }
Public ReadOnly Property DBType As Integer
	Get
public:
property int DBType {
	int get ();
}
Property Value
Int32
equivalent DbType of the column as an integer

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)