This document is archived and information here might be outdated. Recommended version. |
Indicates whether data filtering is enabled for the connection.
[Visual Basic .NET]
Public Property EnableDataFiltering As Boolean
[C#]
public bool EnableDataFiltering {get; set;}
[C++]
HRESULT get_EnableDataFiltering(
Boolean* pbvVal
);
[C++]
HRESULT put_EnableDataFiltering(
VARIANT_BOOL pbvVal
);
[C++] Parameters pbvVal [out, retval]
pbvVal is a parameter of type bool* pbvVal [in]
pbvVal is a parameter of type bool