Class
NamingSettingsAttribute

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class NamingSettingsAttribute : Attribute

Inheritance: objectAttributeNamingSettingsAttribute

Constructors

NamingSettingsAttribute()

Declaration

cs-api-definition
public NamingSettingsAttribute()

Properties

RemoveCamelCase

Declaration

cs-api-definition
public bool RemoveCamelCase { get; set; }

Property Value

bool

RemoveLeadingUnderscores

Declaration

cs-api-definition
public bool RemoveLeadingUnderscores { get; set; }

Property Value

bool

ResolveReservedWords

Declaration

cs-api-definition
public bool ResolveReservedWords { get; set; }

Property Value

bool

SourceStrategy

Declaration

cs-api-definition
public NamingSourceStrategy SourceStrategy { get; set; }

Property Value

NamingSourceStrategy

UseDelimitedSQL

Declaration

cs-api-definition
public bool UseDelimitedSQL { get; set; }

Property Value

bool

WordBreak

Declaration

cs-api-definition
public string WordBreak { get; set; }

Property Value

string