TableValuedFunctionCall Constructor (IEnumerable, String, String, TableValuedFunctionPersistenceInfo, Object) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public TableValuedFunctionCall(
IEnumerable fields,
string alias,
string mappedFunctionCallName,
TableValuedFunctionPersistenceInfo persistenceInfo,
params Object[] parameterValues
)
Public Sub New (
fields As IEnumerable,
alias As String,
mappedFunctionCallName As String,
persistenceInfo As TableValuedFunctionPersistenceInfo,
ParamArray parameterValues As Object()
)
Parameters
- fields
- Type: System.CollectionsIEnumerable
The fields which form the select list for the resultset of the TVF call. - alias
- Type: SystemString
The alias for the derived table to use. - mappedFunctionCallName
- Type: SystemString
Name of the mapped function call. - persistenceInfo
- Type: SD.LLBLGen.Pro.ORMSupportClassesTableValuedFunctionPersistenceInfo
The persistence info. - parameterValues
- Type: SystemObject
The parameter values.
Remarks SelfServicing specific version.
See Also