コード例 #1
0
ファイル: dbInteraction.cs プロジェクト: erdincay/db4o
		public static ClassPropertiesTable GetClassProperties(string classname)
		{
			ClassPropertiesTable classtable = new ClassPropertiesTable(classname);            
			return classtable.GetClassProperties();
		}