Map Persistent Objects to Database Views(将持久对象映射到数据库视图 )
Create a Persistent Class(创建持久类)
Create a persistent class. The class name should match the view name.
创建一个持久类。类名应与视图名匹配。
Assign the Persistent attribute to the persistent class if its name differs from the view name (see the example below).
如果持久类的名称与视图名称不同,则将持久属性分配给持久类(参见下面的示例)。
C#
[Persistent("DatabaseViewName")]
public</
标签:03,持久,name,Database,Create,Persistent,视图,class
From: https://blog.csdn.net/thomastang200912_126/article/details/141450850