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 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.