C# Class GSF.Data.Model.UseEscapedNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode 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 méthode

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

UseEscapedNameAttribute() public méthode

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.
Résultat System