Initializes a new instance of the SQLiteIndexMetaData class

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

Syntax

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

Parameters

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

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

See Also