C# Class LightFramework.Data.MetaDataTable

获取实体与其对应的数据库表或视图的相关元数据映射信息。
显示文件 Open project: xianrendzw/LightFramework.Net Class Usage Examples

Public Methods

Method Description
MetaDataTable ( Type entityType, string tableName ) : System

Private Methods

Method Description
GetColumns ( Type entityType ) : MetaDataColumn>.Dictionary

Method Details

MetaDataTable() public method

public MetaDataTable ( Type entityType, string tableName ) : System
entityType System.Type
tableName string
return System