TableValuedFunctionCall Constructor (IEnumerable, String, String,Object[]) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic TableValuedFunctionCall(
IEnumerable fields,
string alias,
string mappedFunctionCallName,
params Object[] parameterValues
)
Public Sub New (
fields As IEnumerable,
alias As String,
mappedFunctionCallName As String,
ParamArray parameterValues As Object()
)
Parameters
- fields
- Type: System.Collections.IEnumerable
The fields which form the select list for the resultset of the TVF call. - alias
- Type: System.String
The alias for the derived table to use. - mappedFunctionCallName
- Type: System.String
Name of the mapped function call. - parameterValues
- Type:System.Object[]
The parameter values.
RemarksAdapter specific version
See Also