ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > QueryBuilder Class : SQL Property |
'Declaration Public Property SQL As System.String
'Usage Dim instance As QueryBuilder Dim value As System.String instance.SQL = value value = instance.SQL
public System.string SQL {get; set;}
Write this property to parse a query and to represent it visually. Read this property to retrieve SQL text to execute against a database server.