Skip to main content

SqlColumnNumber

Specifies the SQL column number for this property. Applies only to persistent classes.

Usage

To specify the SQL column number for the property, use the following syntax:

Property name As classname [ SqlColumnNumber = 4 ]; 

Where n is a positive integer.

Details

This keyword lets you explicitly set the SQL column number for this property. This is provided to support legacy applications.

Default

The default is an empty string.

See Also

FeedbackOpens in a new tab