Compartir a través de


ConnectionManaged.IsDynamicLength(DbType) Método

Definición

Función auxiliar para determinar si el tipo de parámetro tiene como longitud variable (cadenas y binarios)

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

Devoluciones

Se aplica a