C1.Web.Api.DataEngine Namespace > DataEngineController Class : GetUniqueValues(String,String,EngineRequest) Method |
'Declaration
<HttpPostAttribute()> <RouteAttribute("{dataSourceKey}/fields/{fieldname}/uniquevalues")> Public Overridable Function GetUniqueValues( _ ByVal dataSourceKey As String, _ ByVal fieldname As String, _ ByVal er As EngineRequest _ ) As IHttpActionResult
[HttpPost()] [Route("{dataSourceKey}/fields/{fieldname}/uniquevalues")] public virtual IHttpActionResult GetUniqueValues( string dataSourceKey, string fieldname, EngineRequest er )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2