DBType Property

Microsoft Deployment Tools

Deployment Tools Foundation DBType Property
Gets the type of the column as a System.Data.DbType. This is one of the following: Int16, Int32, String, or Binary
Declaration Syntax
C# Visual Basic Visual C++
public DbType DBType { get; }
Public ReadOnly Property DBType As DbType
public:
property DbType DBType {
	DbType get ();
}
Value
equivalent DbType of the column

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)