C# Class Deveel.Data.Mapping.TableNameAttribute

Inheritance: System.Attribute
Show file Open project: deveel/deveeldb

Public Methods

Method Description
TableNameAttribute ( string name ) : System
TableNameAttribute ( string name, string schema ) : System

Method Details

TableNameAttribute() public method

public TableNameAttribute ( string name ) : System
name string
return System

TableNameAttribute() public method

public TableNameAttribute ( string name, string schema ) : System
name string
schema string
return System