BCSQueryGetValuesEx Method |
Note: This API is now obsolete.
Returns values of the search result.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [ObsoleteAttribute("This method is deprecated. Use the "Select" method.",
true)]
public void GetValuesEx()
<ObsoleteAttribute("This method is deprecated. Use the "Select" method.",
true)>
Public Sub GetValuesEx
public:
[ObsoleteAttribute(L"This method is deprecated. Use the "Select" method.",
true)]
void GetValuesEx()
[<ObsoleteAttribute("This method is deprecated. Use the "Select" method.",
true)>]
member GetValuesEx : unit -> unit
Remarks
This method is deprecated. Use one of the Select methods.
See Also