Data Management Object Model Reference

SQLStatementUtil.RemoveConditionClause Method 

Remove the where clause and returns the pure select statement

[Visual Basic]
Public Shared Function RemoveConditionClause( _
   ByVal sqlString As String _
) As String
[C#]
public static string RemoveConditionClause(
   string sqlString
);

Parameters

sqlString

Return Value

See Also

SQLStatementUtil Class | SPSSMR.Data Namespace