ThinkGeo.com    |     Documentation    |     Premium Support

"Load a MS SQL 2008 feature layer" example modification

In the Winforms Sample Application there is a sample called "Load a MS SQL 2008 feature layer".


Is it possible for ThinkGeo to only load part of the information (i.e. only some rows that meet a SQL select criteria) from a SQL Server table? Say for example, only load all states that start with the letter "I"? 


I want to limit the amount of data that comes into the system right at the outset rather than filter off some of it later.


Thanks,


Dave



Sorry, managed to find it: 
  
 sql2008LayerA.WhereClause = "WHERE ID <= 300000000" 
  
 (which was just testing filtering out anything with ID more than 300000000)

David, 
  
 Thanks for your posts and sharing. 
  
 Yes, the WhereClause is a recently added new features, you are getting it into the right place. 
  
 Thanks. 
  
 Yale