Overload | Description |
---|---|
CreateSelect(UserConnection,Boolean) | Creates a basic query that retrieves columns of the current schema, using the specified user connection. Depending on the value of the takeDisplayLookupValues parameter, the query can return primary display values from lookups. |
CreateSelect(UserConnection,Boolean,EntitySchemaColumnMap) | Creates a basic query to retrieve values of all columns of the current schema, using the specified user connection, and returning a map of columns. Depending on the takeDisplayLookupValues parameter, the query results can return the primary display values. |
CreateSelect(UserConnection,IEnumerable<EntitySchemaColumn>,Boolean) | Creates a basic query that retrieves values of the specified enumerator of columns of the current schema, using the specified user connection. Depending on the value of the takeDisplayLookupValues parameter, the query can return primary display values from lookups. |
CreateSelect(UserConnection,IEnumerable<EntitySchemaColumn>,Boolean,EntitySchemaColumnMap) | Creates a basic query to retrieve the specified enumerator of the schema columns, using the specified user connection, and returning a map of columns. Depending on the value of the takeDisplayLookupValues parameter, the query can return primary display values from lookups. |
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