This document is archived and information here might be outdated. Recommended version. |
Indicates if datasets are to be transformed on loading.
[Visual Basic .NET]
Public Property Transformed As Boolean
[C#]
public bool Transformed {get; set;}
[C++]
HRESULT get_Transformed(
Boolean* xformed
);
[C++]
HRESULT put_Transformed(
VARIANT_BOOL xformed
);
[C++] Parameters xformed [out, retval]
xformed is a parameter of type bool* xformed [in]
xformed is a parameter of type bool