Associates the specified table and schema with the target type

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public ActiveRecordAttribute(
	string table,
	string schema
)

Parameters

table
String

[Missing <param> documentation for "table"]

schema
String

[Missing <param> documentation for "schema"]

See Also