C# Class StringInterpolation.SqlFormattableString

Afficher le fichier Open project: jskeet/DemoCode

Méthodes publiques

Méthode Description
NewSqlCommand ( this conn, FormattableString formattableString ) : SqlCommand

Method Details

NewSqlCommand() public static méthode

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