See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.EntityGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
public string GenerateCompileUnit_InOtherAppDomain(
	out bool verificationErrors
)
Visual Basic
Public Function GenerateCompileUnit_InOtherAppDomain ( 
	<OutAttribute> ByRef verificationErrors As Boolean
) As String
Visual C++
public:
String^ GenerateCompileUnit_InOtherAppDomain(
	[OutAttribute] bool% verificationErrors
)

Parameters

verificationErrors
Type: System..::..Boolean%

Return Value

Type: String

See Also