Adds the Property's columns to the INSERT sql
Namespace:
NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function AddColumn ( _ columnNames As String(), _ propertyType As IType _ ) As SqlInsertBuilder |
C# |
---|
public SqlInsertBuilder AddColumn( string[] columnNames, IType propertyType ) |
Visual C++ |
---|
public: SqlInsertBuilder^ AddColumn( array<String^>^ columnNames, IType^ propertyType ) |
JavaScript |
---|
function addColumn(columnNames, propertyType); |
Parameters
- columnNames
- Type: array<
System..::.String
>[]()[]
An array of the column names for the Property
- propertyType
- Type: NHibernate.Type..::.IType
The IType of the property.