ORM Sample Class Library

DataManagerBase.ExecuteSql Method (String)

Executes the SQL against the current database.

[Visual Basic]
Overloads Protected Friend Sub ExecuteSql( _
   ByVal sql As String _
)
[C#]
protected internal void ExecuteSql(
   string sql
);

Parameters

sql
SQL statement to execute.

See Also

DataManagerBase Class | OrmLib Namespace | DataManagerBase.ExecuteSql Overload List


dback: DataManagerBase.ExecuteProcedure%C2%A0Method%C2%A0">Send comments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.29984]

in the 'where' clause.

Protected Instance Methods