The following tables list the members exposed by EntitySchemaQueryFunction.
Name | Description | |
---|---|---|
ParentQuery | Query against the schema of the entity that contains the function. | |
QueryAlias | The alias of the function in the SQL query. |
Name | Description | |
---|---|---|
CheckIsSupportedDataValueType | Verifies that the output of the function has the specified data type. Otherwise, an exception is thrown. | |
CreateQueryColumnExpression | For the current function, gets the query column expression that is generated taking into account the specified access rights. | |
GetArguments | Gets the collection of expressions of function arguments. | |
GetCaption | Gets the caption of the expression function. | |
GetIsSupportedDataValueType | Indicates whether the output of the function has the specified data type. | |
GetResultDataValueType | Gets the data type of the output returned by the function, using the passed-in data type manager. |