ComponentOne DataObjects for .NET
SqlInfo Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Connection Class : SqlInfo Property
Gets the SqlDialectInfo object containing information about SQL dialect supported by the connection.
Syntax
'Declaration
 
Public Property SqlInfo As SqlDialectInfo
public SqlDialectInfo SqlInfo {get; set;}
Remarks
Use the properties of this object to specify various options of SQL syntax relevant to C1DataObjects that can vary between different databases. Normally, these properties are set automatically to their appropriate values, according to the selected ConnectionType or OLE DB provider (when you specify the ConnectionString), but, occasionally, they may need manual adjustment, for example, when using a third-party OLE DB provider or a custom .NET data provider.
See Also

Reference

Connection Class
Connection Members