Class NamingSettingsAttribute
Inheritance
System.Object
System.Attribute
NamingSettingsAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class NamingSettingsAttribute : Attribute, _Attribute
Constructors
NamingSettingsAttribute()
Declaration
public NamingSettingsAttribute()
Properties
RemoveCamelCase
Declaration
public bool RemoveCamelCase { get; set; }
Property Value
System.
|
RemoveLeadingUnderscores
Declaration
public bool RemoveLeadingUnderscores { get; set; }
Property Value
System.
|
ResolveReservedWords
Declaration
public bool ResolveReservedWords { get; set; }
Property Value
System.
|
SourceStrategy
Declaration
public NamingSourceStrategy SourceStrategy { get; set; }
Property Value
UseDelimitedSQL
Declaration
public bool UseDelimitedSQL { get; set; }
Property Value
System.
|
WordBreak
Declaration
public string WordBreak { get; set; }
Property Value
System.
|