Loads the binary content by the file name.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public void LoadContent(
	string path
)
Visual Basic (Declaration)
Public Sub LoadContent ( _
	path As String _
)
Visual C++
public:
void LoadContent(
	String^ path
)

Parameters

path
Type: System..::.String

See Also