C# Class KonfDB.Infrastructure.Common.DataModelCreator

ファイルを表示 Open project: punitganshani/KonfDB

Public Methods

Method Description
DataTable2Entity ( DataTable dt, string className ) : void

craetes a entity .cs file having fields of type and name same as columns in data table passed to it

Method Details

DataTable2Entity() public static method

craetes a entity .cs file having fields of type and name same as columns in data table passed to it
public static DataTable2Entity ( DataTable dt, string className ) : void
dt System.Data.DataTable datatable corresponding to which entity required
className string
return void