OdbcParameterCollection::IsSynchronized Property

 

Gets a value that indicates whether the OdbcParameterCollection is synchronized. Read-only.

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

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

Property Value

Type: System::Boolean

true if the OdbcParameterCollection is synchronized; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: