[Missing <summary> documentation for "M:NHibernate.Dialect.Schema.AbstractTableMetadata.NeedPhysicalConstraintCreation(System.String)"]

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

Syntax

C#
public virtual bool NeedPhysicalConstraintCreation(
	string fkName
)
Visual Basic
Public Overridable Function NeedPhysicalConstraintCreation ( _
	fkName As String _
) As Boolean
Visual C++
public:
virtual bool NeedPhysicalConstraintCreation(
	String^ fkName
)

Parameters

fkName
Type: System..::..String

[Missing <param name="fkName"/> documentation for "M:NHibernate.Dialect.Schema.AbstractTableMetadata.NeedPhysicalConstraintCreation(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Dialect.Schema.AbstractTableMetadata.NeedPhysicalConstraintCreation(System.String)"]

Implements

ITableMetadata..::..NeedPhysicalConstraintCreation(String)

See Also