Returns an embedded SQL script file from the assembly.

Declaration Syntax
public static string GetEmbeddedSQLScript(
string fileName
)
Public Shared Function GetEmbeddedSQLScript ( _
fileName As String _
) As String

Parameters
- fileName (String)
- Embedded SQL script file name (fully qualified)
ex: MPfm.Library.Scripts.CreateDatabase.sql

Return Value
SQL script (in string format)
Assembly:
MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)