Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Create a new ActionParameter using the specified ordinal, cache setting, and parameter index.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Create ( _
idOrdinal As Byte, _
isCached As Boolean, _
index As Byte _
) As ActionParameter
'Usage
Dim instance As ActionParameterCollection
Dim idOrdinal As Byte
Dim isCached As Boolean
Dim index As Byte
Dim returnValue As ActionParameter
returnValue = instance.Create(idOrdinal, _
isCached, index)
public ActionParameter Create(
byte idOrdinal,
bool isCached,
byte index
)
Parameters
idOrdinal
Type: System.ByteThe ordinal of the identifier field in the external content type's specific finder View.
isCached
Type: System.Booleantrue if the parameter is cached; otherwise, false.
index
Type: System.ByteThe index of the parameter.
Return Value
Type: Microsoft.SharePoint.BusinessData.Administration.ActionParameter
The new ActionParameter.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The external content type does not have an identifier with the specified ordinal. |
See Also
Reference
ActionParameterCollection Class