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# |
|---|
protected override byte[] GenerateCode(
string inputFileName,
string inputFileContent
) |
| Visual Basic |
|---|
Protected Overrides Function GenerateCode (
inputFileName As String,
inputFileContent As String
) As Byte() |
| Visual C++ |
|---|
protected:
virtual array<unsigned char>^ GenerateCode(
String^ inputFileName,
String^ inputFileContent
) override |
Return Value
Type:
array<Byte>[]()[][]
See Also