SnapDAL Library Documentation

SqlProvider.CreateXMLForStatement Method 

Create the xml for the given Statement. Used for the creation of statement files where multiple statements are combined into a single statement file

public static string CreateXMLForStatement(
   Statement s
);

Parameters

s
Statement for which the xml fragment will be created

Return Value

See Also

SqlProvider Class | SnapDAL.Providers Namespace