Click or drag to resize
SqlAliasAttributeDbName Property
Gets the name of the column (table) the property (class) is mapped to.

Namespace: LiteRepository.Attributes
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public string DbName { get; }

Property Value

Type: String
See Also