MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
GetEmbeddedSQLScript Method (fileName)
NamespacesMPfm.LibraryLibraryGetEmbeddedSQLScript(String)
Returns an embedded SQL script file from the assembly.
Declaration Syntax
C#Visual Basic
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)