When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
SqlType[] SqlTypes( IMapping mapping ) |
Visual Basic |
---|
Function SqlTypes ( _ mapping As IMapping _ ) As SqlType() |
Visual C++ |
---|
array<SqlType^>^ SqlTypes( IMapping^ mapping ) |
Parameters
- mapping
- Type: NHibernate.Engine..::..IMapping
The IMapping that uses this IType.