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

JsonSourceBase.GetJsonString(IEnumerable<IParameter>) Method

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public virtual string GetJsonString(
    IEnumerable<IParameter> sourceParameters
)

Parameters

Name Type
sourceParameters IEnumerable<IParameter>

Returns

Type
String
See Also