OdbcParameterCollection::IsFixedSize Property

 

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

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

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

Property Value

Type: System::Boolean

true if the OdbcParameterCollection has a fixed size, otherwise false.

.NET Framework
Available since 2.0
Return to top
Show: