Skip to main content
A newer version of this page is available. .

SqlDataConnection.ParametersSerializable Property

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

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