Function GetDatabaseTypeForDbType( _ ByVal dbType As DbType, _ ByVal isLongText As Boolean _ ) As String
Dim instance As IDataHelper Dim dbType As DbType Dim isLongText As Boolean Dim value As String value = instance.GetDatabaseTypeForDbType(dbType, isLongText)
string GetDatabaseTypeForDbType( DbType dbType, bool isLongText )
string* GetDatabaseTypeForDbType( DbType dbType, bool isLongText )
String^ GetDatabaseTypeForDbType( DbType dbType, bool isLongText )
Parameters
- dbType
- Specifies the data type of a column
- isLongText
- If true this represents a long text type like TEXT or NTEXT