Skip to main content
A newer version of this page is available. .

ObjectMember.GetParameters(IEnumerable<Parameter>) Method

Gets the specified parameters of the current method.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public IEnumerable<Parameter> GetParameters(
    IEnumerable<Parameter> defaultValues
)

Parameters

Name Type Description
defaultValues IEnumerable<Parameter>

A collection of Parameter objects.

Returns

Type Description
IEnumerable<Parameter>

A collection of Parameter objects.

See Also