|
FilterExpressionCompile Method |
Compile the filter to type
Namespace: DrawerBackup.Native.ExpressionsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic CompilerResults Compile(
string filter
)
Public Function Compile (
filter As String
) As CompilerResults
public:
CompilerResults^ Compile(
String^ filter
)
member Compile :
filter : string -> CompilerResults
Parameters
- filter
- Type: SystemString
Return Value
Type:
CompilerResults
See Also