SqlParameterCollection::IsSynchronized Property

 

Gets a value that indicates whether the SqlParameterCollection is synchronized.

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

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

Property Value

Type: System::Boolean

Returns true if the SqlParameterCollection is synchronized; otherwise false.

.NET Framework
Available since 2.0
Return to top
Show: