Jump to content

DataTable.Select expression syntax


ILIA BROUDNO

Recommended Posts

What is the syntax of the expression inside Spotfire.Dxp.Data.DataTable.Select

I did not find any docs. from a few examples I dug up it seems to be sql like but different. for example the keyword like is not allowed, * is also not allowed % is but probably has a different meaning.

example using C# API:

Spotfire.Dxp.Data.DataTable.Select("[ContextID]=2"); //works

Spotfire.Dxp.Data.DataTable.Select("[Name] like 'Jas%'"); // does not work

If docs are unavailable, I'd like to know what is the equivalent of 'like' and how to use it As in how would you write the second statement so that it works.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...