The queries that insert rows with a given id

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected SqlCommandInfo[] SqlInsertStrings { get; }
Visual Basic
Protected ReadOnly Property SqlInsertStrings As SqlCommandInfo()
	Get
Visual C++
protected:
property array<SqlCommandInfo^>^ SqlInsertStrings {
	array<SqlCommandInfo^>^ get ();
}

See Also