public Nullable<TDbType> DbType { get; }
Public ReadOnly Property DbType As Nullable(Of TDbType) Get
public: property Nullable<TDbType> DbType { Nullable<TDbType> get (); }