C# Class StringInterpolation.SqlFormattableString

Mostrar archivo Open project: jskeet/DemoCode

Public Methods

Method Description
NewSqlCommand ( this conn, FormattableString formattableString ) : SqlCommand

Method Details

NewSqlCommand() public static method

public static NewSqlCommand ( this conn, FormattableString formattableString ) : SqlCommand
conn this
formattableString System.FormattableString
return System.Data.SqlClient.SqlCommand