コード例 #1
0
ファイル: StoredProcedure'1.cs プロジェクト: brhinescot/Loom
 protected static ICallableParameter CreateParameter(string name, Type type)
 {
     return(SchemaParser.CreateParameter(name, type));
 }