This element supports the
Genome
infrastructure and is not intended to be used directly from the schema definition file.
Defines a new property on the type without having the property declared on the type in .NET.
<Type name="
type
">
<DefineProperty
name="
property
"
returnType
property-return-type
"
[
isStatic="true|
false"
]
[
isPublic="true|
false"
]
[
mapping-specification]
[
modifiers]
>
[mapping-specification]
[modifiers]
</DefineProperty>
</Type>
-
type
-
A class name.
-
property
-
A name specifying a property on the type.
-
isStatic
-
If true, the property is static.
If false or omitted, the property is an instance member.
-
isPublic
-
If true, the property is public.
If false or omitted, the property is a protected member.
-
mapping-specification
-
One of the field mappings or
member mappings
providing the translation of the property to the underlying relational database system.
-
modifiers
-
One or more member modifier elements that can extend
the functionality of the property.
Requirements
Type: TechTalk.Genome.Schema.Builder.Xml.DefinePropertyXmlData
Assembly: TechTalk.Genome.dll
Version: 4.2.4
Editions: Professional, Evaluation, Express
Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Oracle 9i Release 2, Oracle 10g Release 2