Mini SQL Query Extensibility Documentation
RequestedLoadOrder Property
NamespacesMiniSqlQuery.CorePluginLoaderBaseRequestedLoadOrder
A lame ordering system. Needs to be replaced with Windsor containter etc.
Declaration Syntax
C#Visual BasicVisual C++
public int RequestedLoadOrder { get; private set; }
Public Property RequestedLoadOrder As Integer
public:
virtual property int RequestedLoadOrder {
	int get () sealed;
	void set (int value) sealed;
}

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)