C# 클래스 KonfDB.Infrastructure.Common.DataModelCreator

파일 보기 프로젝트 열기: punitganshani/KonfDB

공개 메소드들

메소드 설명
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

메소드 상세

DataTable2Entity() 공개 정적인 메소드

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
리턴 void