ConnectionManaged.IsDynamicLength(DbType) Método

Definição

Função auxiliar para determinar se o tipo de parâmetro tem como comprimento variável (cadeias de caracteres e binário)

protected:
 virtual bool IsDynamicLength(System::Data::DbType dbType);
protected virtual bool IsDynamicLength (System.Data.DbType dbType);
abstract member IsDynamicLength : System.Data.DbType -> bool
override this.IsDynamicLength : System.Data.DbType -> bool
Protected Overridable Function IsDynamicLength (dbType As DbType) As Boolean

Parâmetros

dbType
DbType

Retornos

Aplica-se a