Skip to main content

SqlDataConnection.ParametersSerializable Property

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
String null

A String value.

Remarks

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

See Also