Skip to main content

SqlDataConnection.ParametersSerializable Property

For internal use. Use the DataConnectionBase.CreateDataConnectionParameters method instead.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
public string ParametersSerializable { get; set; }

Property Value

Type Description
String

A String value.

Remarks

This property supports the CodeDOM serialization of the SqlDataConnection class and is not intended for public use.

See Also