DataObjectField

You can subclass DataObject if you want to get some compile time checks or better types.

You'll want to disable opDispatch, then forward your properties to the super opDispatch.

string
DataObjectField
(
T
string table
string column
string aliasAs = null
)
()

Meta