[Missing <summary> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ValuePropertyBinder.BindSimpleValue(NHibernate.Cfg.MappingSchema.HbmIndexManyToMany,System.String,System.Boolean)"]

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

Syntax

C#
public void BindSimpleValue(
	HbmIndexManyToMany indexManyToManyMapping,
	string propertyPath,
	bool isNullable
)
Visual Basic
Public Sub BindSimpleValue ( _
	indexManyToManyMapping As HbmIndexManyToMany, _
	propertyPath As String, _
	isNullable As Boolean _
)
Visual C++
public:
void BindSimpleValue(
	HbmIndexManyToMany^ indexManyToManyMapping, 
	String^ propertyPath, 
	bool isNullable
)

Parameters

indexManyToManyMapping
Type: NHibernate.Cfg.MappingSchema..::..HbmIndexManyToMany

[Missing <param name="indexManyToManyMapping"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ValuePropertyBinder.BindSimpleValue(NHibernate.Cfg.MappingSchema.HbmIndexManyToMany,System.String,System.Boolean)"]

propertyPath
Type: System..::..String

[Missing <param name="propertyPath"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ValuePropertyBinder.BindSimpleValue(NHibernate.Cfg.MappingSchema.HbmIndexManyToMany,System.String,System.Boolean)"]

isNullable
Type: System..::..Boolean

[Missing <param name="isNullable"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ValuePropertyBinder.BindSimpleValue(NHibernate.Cfg.MappingSchema.HbmIndexManyToMany,System.String,System.Boolean)"]

See Also