dotConnect for BigCommerce Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / IsFixedSize Property

In This Topic
IsFixedSize Property (DbParameterBaseCollection)
In This Topic
Indicating whether the collection has a fixed size.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsFixedSize As Boolean
 

Property Value

true if the collection has a fixed size; otherwise, false.
See Also