C# Class Deveel.Data.Mapping.TableNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
TableNameAttribute ( string name ) : System
TableNameAttribute ( string name, string schema ) : System

Method Details

TableNameAttribute() public méthode

public TableNameAttribute ( string name ) : System
name string
Résultat System

TableNameAttribute() public méthode

public TableNameAttribute ( string name, string schema ) : System
name string
schema string
Résultat System