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

屬性值

如果集合為固定大小則為 true,否則為 false

實作

屬性

適用於

另請參閱