Suoranta.EnterpriseLib.Web - Developer API

TypeManager..::..GetDataClassBuilder Method (String)

First method call in fluent syntax of generating dynamic class for data

Namespace:  Suoranta.EnterpriseLib.Dynamic
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public static TypeBuilder GetDataClassBuilder(
	string name
)

Parameters

name
Type: String
Should only contain standard letters. '.' is allowed after namespace identifiers.

Return Value