EntitySpaces API: How to get esQueryItem column name.

In constructor columnName is passed as parameter.

public esQueryItem (
	esDynamicQuery query,
	string columnName
)
However I wasn't able to fint the property ColumnName or something similar.
After some time I understood, that they use implicit operator string
public static implicit operator string  (
	esQueryItem item
)
which does the magic.
However  the explicit read-Only property ColumnName will be useful.
By the way the help shows 2 different operators as the same
static memberImplicit(esQueryItem)
ToString() (to use in GroupBy/OrderBy and such ....)

static memberImplicit(esQueryItem)
ToString() (to use in GroupBy/OrderBy and such ....)
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
posted @ Thursday, October 18, 2007 12:54 PM
Print

Comments on this entry:

No comments posted yet.

Your comment:



(not displayed)


 
 
 
 
 

Live Comment Preview:

 
«February»
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910