Gets or sets the Option to display a Select Filter Expression prompt to apply additional Filtering to the Result Data upon Execution.
Namespace: AJE.DataAssetEngineAssembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
public bool EnableFilterExpressionPrompt { get; set; }public bool EnableFilterExpressionPrompt { get; set; }Public Property EnableFilterExpressionPrompt As Boolean
Get
Set
Public Property EnableFilterExpressionPrompt As Boolean
Get
Set
public:
property bool EnableFilterExpressionPrompt {
bool get ();
void set (bool value);
}public:
property bool EnableFilterExpressionPrompt {
bool get ();
void set (bool value);
}Property Value
Type:
BooleanThe Prompt will only be Displayed on User Execution.