Partager via


ConnectionManaged.IsDynamicLength(DbType) Méthode

Définition

Fonction d’assistance pour déterminer si le type de paramètre a une longueur variable (chaînes et binaires)

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

Paramètres

dbType
DbType

Retours

S’applique à