Util.DbTypeToClrType(String) Method

Definition

Convert a database type name to the equivalent CLS type

public static string DbTypeToClrType (string strDBType);
static member DbTypeToClrType : string -> string
Public Shared Function DbTypeToClrType (strDBType As String) As String

Parameters

strDBType
String

Returns

Applies to