AtomsFramework Persistence Layer Reference Guide

AFTableAttribute.Owner Property

[This is preliminary documentation and subject to change.]

The table owner for the mapped class.

[Visual Basic]
Public Property Owner As String
[C#]
public string Owner {get; set;}

Remarks

The table owner defaults to "dbo" and is only used in databases where ownership information is included in the table naming (ie MSSQL, etc)

See Also

AFTableAttribute Class | AtomsFramework Namespace