Configurates
C1.Web.Mvc.BaseODataCollectionViewService<T>.Keys. Sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete).
Syntax
'Declaration
Public Function Keys( _
ByVal ParamArray () As String _
) As
public Keys(
params string[]
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also