OleDbProviderSettings.DynamicParameters Property
SQL Server 2012
Gets or sets the Boolean property value that specifies whether the provider allows '?' parameter marker syntax for parameterized queries.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public bool DynamicParameters { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether SQL Server allows parameterized queries with the OLE DB provider.If True, parameterized queries are allowed.If False (default), parameterized queries are not allowed.
