Mercurial > pub > bltoolkit
annotate UnitTests/CS/DataAccess/XmlExtension.xml @ 9:1e85f66cf767 default tip
update bltoolkit
author | nickolay |
---|---|
date | Thu, 05 Apr 2018 20:53:26 +0300 |
parents | f990fcb411a9 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0" encoding="utf-8" ?> |
2 <Types | |
3 xmlns = "urn:schemas-bltoolkit-net:typeext" | |
4 xmlns:da = "urn:schemas-bltoolkit-net:dataaccess"> | |
5 | |
6 <Type Name="Person1" da:TableName="Person"> | |
7 <Member Name="ID" da:PrimaryKey="1" da:NonUpdatable="1"/> | |
8 <Member Name="Name"/> | |
9 </Type> | |
10 </Types> |