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

属性值

如果true大小固定,OracleParameterCollection则返回false;否则返回。

实现

适用于