Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Function GetPropertyColumnFormulaTemplates ( _ i As Integer _ ) As String() |
C# |
---|
protected string[] GetPropertyColumnFormulaTemplates( int i ) |
Visual C++ |
---|
protected: array<String^>^ GetPropertyColumnFormulaTemplates( int i ) |
JavaScript |
---|
function getPropertyColumnFormulaTemplates(i); |
Parameters
- i
- Type: System..::.Int32