TypeManager..::..GetDataClassBuilder Method (String)
First method call in fluent syntax of generating dynamic class for data
Namespace:
Suoranta.EnterpriseLib.DynamicAssembly: 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.

