SnapDAL Library Documentation

SqlProvider.CreateSqlFile Method

Combine the given statements into a statements xml file

Overload List

Combine the given statements into a statements xml file

public static void CreateSqlFile(Statement[],FileInfo,bool);

Create a statement config file for the given stored procedure name

public static void CreateSqlFile(string,string,DirectoryInfo);

Create a statement config file for the given stored procedure name

public static void CreateSqlFile(string,string,DirectoryInfo,bool);

See Also

SqlProvider Class | SnapDAL.Providers Namespace