C# Class GSF.Data.Model.UseEscapedNameAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
UseEscapedNameAttribute ( ) : System

Creates a new UseEscapedNameAttribute that will request use of escaped name for any database.

UseEscapedNameAttribute ( DatabaseType targetDatabaseType ) : System

Creates a new UseEscapedNameAttribute that will request use of escaped name for the specified DatabaseType.

Method Details

UseEscapedNameAttribute() public method

Creates a new UseEscapedNameAttribute that will request use of escaped name for any database.
public UseEscapedNameAttribute ( ) : System
return System

UseEscapedNameAttribute() public method

Creates a new UseEscapedNameAttribute that will request use of escaped name for the specified DatabaseType.
public UseEscapedNameAttribute ( DatabaseType targetDatabaseType ) : System
targetDatabaseType DatabaseType Target for escaping identifier.
return System