Initializes a new instance of the PostgreSQLIndexMetadata class

Namespace: NHibernate.Dialect.Schema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public PostgreSQLIndexMetadata(
	DataRow rs
)
Visual Basic
Public Sub New ( _
	rs As DataRow _
)
Visual C++
public:
PostgreSQLIndexMetadata(
	DataRow^ rs
)

Parameters

rs
Type: System.Data..::..DataRow

[Missing <param name="rs"/> documentation for "M:NHibernate.Dialect.Schema.PostgreSQLIndexMetadata.#ctor(System.Data.DataRow)"]

See Also