Share via


ConnectionManaged.IsDynamicLength(DbType) Method

Definition

Helper function to determine whether the parameter type has as variable length (strings and binary)

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

Parameters

dbType
DbType

Returns

Applies to