Skip to main content
Tab

ASPxFilterControlBase.GetFilterExpressionForOracle() Method

Returns the filter expression for an Oracle database.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string GetFilterExpressionForOracle()

#Returns

Type Description
String

A string value that represents the filter expression.

#Remarks

Use the filter expression returned by the GetFilterExpressionForOracle function to filter an Oracle data source by adjusting the data source’s SelectCommand property value. This can be accomplished in a way similar to that shown in the code example for the ASPxFilterControlBase.GetFilterExpressionForAccess method. Alternatively, you can call the ASPxFilterControlBase.GetFilterExpressionForDataSet function to obtain the filter expression and apply it via the data source control’s FilterExpression property.

See Also