SqlDataConnection.ParametersSerializable Property
In This Article
For internal use. Use the DataConnectionBase.CreateDataConnectionParameters method instead.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#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