OracleParameterCollection.IsFixedSize 属性

定义

获取一个值,该值指示 OracleParameterCollection 是否具有固定大小。

public:
 property bool IsFixedSize { bool get(); };
public:
 virtual property bool IsFixedSize { bool get(); };
public bool IsFixedSize { get; }
public override bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public ReadOnly Property IsFixedSize As Boolean
Public Overrides ReadOnly Property IsFixedSize As Boolean

属性值

如果 OracleParameterCollection 具有固定大小,则返回 true;否则为 false

实现

适用于