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++ | F# |
public int DBType { get; }
Public ReadOnly Property DBType As Integer Get
public: property int DBType { int get (); }
member DBType : int with get
Property Value
Int32
equivalent DbType of the column as an integer
equivalent DbType of the column as an integer
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)