ConnectionManaged.IsDynamicLength(DbType) Metodo

Definizione

Funzione helper per determinare se il tipo di parametro ha una lunghezza variabile (stringhe e binario)

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

Parametri

dbType
DbType

Valori restituiti

Si applica a