SQL Dialect for SQL Anywhere 10 - for the NHibernate 3.0.0 distribution Copyright (C) 2010 Glenn Paulley Contact: http://iablog.sybase.com/paulley This NHibernate dialect should be considered BETA software. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

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

Syntax

C#
public class SybaseSQLAnywhere10Dialect : Dialect
Visual Basic
Public Class SybaseSQLAnywhere10Dialect _
	Inherits Dialect
Visual C++
public ref class SybaseSQLAnywhere10Dialect : public Dialect

Remarks

The dialect defaults the following configuration properties:
PropertyDefault Value
connection.driver_classSybaseSQLAnywhereDriver
prepare_sqlfalseFalsefalsefalse (False in Visual Basic)

Inheritance Hierarchy

System..::..Object
  NHibernate.Dialect..::..Dialect
    NHibernate.Dialect..::..SybaseSQLAnywhere10Dialect
      NHibernate.Dialect..::..SybaseSQLAnywhere11Dialect

See Also