DbParameterCollection.IsFixedSize 属性

定义

指定集合是否为固定大小。

public:
 virtual property bool IsFixedSize { bool get(); };
public:
 abstract property bool IsFixedSize { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsFixedSize { get; }
[System.ComponentModel.Browsable(false)]
public abstract bool IsFixedSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsFixedSize : bool
Public Overridable ReadOnly Property IsFixedSize As Boolean
Public MustOverride ReadOnly Property IsFixedSize As Boolean

属性值

Boolean

如果集合为固定大小,则为 true;否则为 false

实现

属性

适用于

另请参阅