OleDbParameterCollection::IsFixedSize Property

 

Gets a value that indicates whether the OleDbParameterCollection has a fixed size. Read-only.

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

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

Property Value

Type: System::Boolean

true if the OleDbParameterCollection has a fixed size; otherwise false.

.NET Framework
Available since 2.0
Return to top
Show: