Namespace:
NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub String ( _ text As String _ ) |
C# |
---|
void String( string text ) |
Visual C++ |
---|
void String( String^ text ) |
JavaScript |
---|
function string(text); |
Parameters
- text
- Type: System..::.String