﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Enhancement Requests  » Static methods for TableName and TableSchema</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 03:35:34 GMT</lastBuildDate><ttl>20</ttl><item><title>Static methods for TableName and TableSchema</title><link>http://forum.strataframe.net/FindPost22016.aspx</link><description>Occasionally we have to hand-craft SQL and it would be nice if we could get the TableName and TableSchema from the Business Object as a static call rather than instantiate the BO just to get a string.&lt;br&gt;
Forgive the contrived example:&lt;br&gt;
&lt;br&gt;
[codesnippet]var myBO = new MyBO();&lt;br&gt;
String.Format("MyBO TableName: {0}, myBO.TableName);&lt;br&gt;
[/codesnippet]&lt;br&gt;
&lt;br&gt;
[codesnippet]String.Format("MyBO TableName: {0}, MyBO.TableName);[/codesnippet]&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Derek</description><pubDate>Wed, 18 Feb 2009 10:28:13 GMT</pubDate><dc:creator>Derek Price</dc:creator></item><item><title>RE: Static methods for TableName and TableSchema</title><link>http://forum.strataframe.net/FindPost22018.aspx</link><description>I've run into a need for this sort of thing also.  Along the same lines, the AllFieldNames property would be useful also.</description><pubDate>Wed, 18 Feb 2009 10:28:13 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>