SnapDAL Library Documentation

SqlProvider.CreateSqlFile Method (String, String, DirectoryInfo, Boolean)

Create a statement config file for the given stored procedure name

public static void CreateSqlFile(
   string connect,
   string procName,
   DirectoryInfo cacheDir,
   bool defaultSourceColumn
);

Parameters

connect
connection string for the database the procedure is located
procName
Stored procedure name
cacheDir
Directory where the statement file will be created
defaultSourceColumn
Indicator of whether or not to include a default souce colum for use in DataSet mappings between query results and columns

See Also

SqlProvider Class | SnapDAL.Providers Namespace | SqlProvider.CreateSqlFile Overload List