DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Static Public Member Functions | List of all members
Deveel.Data.Sql.SqlQueryExtensions Class Reference

Static Public Member Functions

static QueryParameter FindParameter (this ICollection< QueryParameter > collection, string paramName)
 

Detailed Description

Definition at line 22 of file SqlQueryExtensions.cs.

Member Function Documentation

static QueryParameter Deveel.Data.Sql.SqlQueryExtensions.FindParameter ( this ICollection< QueryParameter collection,
string  paramName 
)
inlinestatic

Definition at line 23 of file SqlQueryExtensions.cs.

23  {
24  return collection.FirstOrDefault(x => x.Name == paramName);
25  }

The documentation for this class was generated from the following file: