C# Class Deveel.Data.Sql.Expressions.SqlFunctionCallExpression

Inheritance: SqlExpression
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Protected Methods

Method Description
GetData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

Method Description
AppendTo ( SqlStringBuilder builder ) : void
SqlFunctionCallExpression ( ObjectName functioName, InvokeArgument arguments ) : System
SqlFunctionCallExpression ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetData() protected method

protected GetData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void