Executes the SQL SELECT statement on the specified feature source.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
$sql = "select featid,abyte from featclass where featid = 0";
$sqlDataReader = $featureService->ExecuteSqlQuery($activeFeatSrcResId, $sql);
|