ConnectionManaged.IsDynamicLength(DbType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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