See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.EntityGeneratorAssembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static bool IsTypeExistsInSolution(
IServiceProvider serviceProvider,
string typeName
) |
Visual Basic |
---|
Public Shared Function IsTypeExistsInSolution (
serviceProvider As IServiceProvider,
typeName As String
) As Boolean |
Visual C++ |
---|
public:
static bool IsTypeExistsInSolution(
IServiceProvider^ serviceProvider,
String^ typeName
) |
Return Value
Type:
Boolean
See Also