Is there a way to specify a variable value in a Typed Dataset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This might be almost impossible, but I thought I might ask anyways.

I have a value stored in my Config file or a property in the same Namespace
(DataLayer)

I want to see if there is a way that I can specify in the XML of the Typed
DataSet to use this value.

For example:
<xs:element name="Tax" type="xs:boolean" codegen:typedName="Tax" default="0"
codegen:nullValue="0" />

Here I would like to somehow specify a static property in the same
Namespace, such as "Common.Tax"

Any help will be great.
 
I don't think there is a possibility. Will watch for replies on this post!

Sekhar.
 
Back
Top