[Missing <summary> documentation for "P:NHibernate.Persister.Collection.AbstractCollectionPersister.SqlInsertRowString"]

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

Syntax

C#
protected SqlCommandInfo SqlInsertRowString { get; }
Visual Basic
Protected ReadOnly Property SqlInsertRowString As SqlCommandInfo
	Get
Visual C++
protected:
property SqlCommandInfo^ SqlInsertRowString {
	SqlCommandInfo^ get ();
}

See Also