Data Management Object Model Reference

SQLStatementUtil.FixTextValuesFor_NON_MROLEDB_Targets Method 

Escape single quotes. E.g. replace single quotes with double quotes

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

Parameters

val

Return Value

See Also

SQLStatementUtil Class | SPSSMR.Data Namespace