iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

SqlGenerator.BuildQuery Method 

Creates SQL command text for a specified statement

[Visual Basic]
Public Shared Function BuildQuery( _
   ByVal IStatement As IStatement _
) As String
[C#]
public static string BuildQuery(
   IStatement statement
);

Parameters

statement
The statement to build the SQL command text.

Return Value

The SQL command text for the statement.

See Also

SqlGenerator Class | IBatisNet.DataMapper.Configuration.Statements Namespace