OracleParameterCollection::IsFixedSize Property

 

Gets a value that indicates whether the OracleParameterCollection has a fixed size.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
property bool IsFixedSize {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

Returns true if the OracleParameterCollection has a fixed size, false otherwise.

.NET Framework
Available since 1.1
Return to top
Show: