Skip to main content

ConnectionProviderSql.UseLegacyUntypedParameters Field

This property is now obsolete. Use QueryParameterMode instead.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public bool? UseLegacyUntypedParameters

Field Value

Type Description
Nullable<Boolean>

Specifies whether a connection provider initializes the DbType, Precision, Scale, and Size properties. The default value is false.

See Also