[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmPrimitiveArray.Table"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string Table { get; }
Visual Basic
Public ReadOnly Property Table As String
	Get
Visual C++
public:
virtual property String^ Table {
	String^ get () sealed;
}

Implements

ICollectionPropertiesMapping..::..Table

See Also