Data Management Object Model Reference

SQLStatementUtil.FixValuesFor_NON_MROLEDB_Targets Method 

Replaces occurences of "," with "." in fields of type mtDouble

[Visual Basic]
Public Shared Function FixValuesFor_NON_MROLEDB_Targets( _
   ByVal val As IValue _
) As String
[C#]
public static string FixValuesFor_NON_MROLEDB_Targets(
   IValue val
);

Parameters

val

Return Value

See Also

SQLStatementUtil Class | SPSSMR.Data Namespace