An indooGrid Documented Class Library

dataAccess.getSqlSatements Method 

Return array of sql statements.

[Visual Basic]
Public Function getSqlSatements( _
   ByVal String As String _
) As String()
[C#]
public string[] getSqlSatements(
   String sqlStatements
);

Parameters

sqlStatements
One or more sql statements delimited with word "GO". See remarks for details.

Return Value

array of sql statements.

Remarks

Satetments should be separated with delimiter + "GO" + CrLf characers. Delimiter is another CrLf, space or semicolon.

See Also

dataAccess Class | Indoo.Data Namespace