 | BcfPrimaryKeySelect Method |
[This is preliminary documentation and is subject to change.]
Finds rows with the specified primary key values.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic IEnumerable<BcfRow> Select(
params Object[] values
)
Public Function Select (
ParamArray values As Object()
) As IEnumerable(Of BcfRow)
Parameters
- values
- Type: SystemObject
The primary key values.
Return Value
Type:
IEnumerableBcfRowThe row with the specified primary key values if found; otherwise
null.
Exceptions
Version InformationBCF
Supported in: 4.0
See Also