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

ConnectionProviderSql.GlobalUseLegacyUntypedParameters Field

This property is now obsolete. Use GlobalQueryParameterMode instead.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.1.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public static bool? GlobalUseLegacyUntypedParameters

Field Value

Type Description
Nullable<Boolean>

Specifies whether connection providers initialize the DbType, Precision, Scale, and Size properties. The default value is false.

See Also