示例#1
0
文件: libgda.cs 项目: nlhepler/mono
		public static extern void gda_command_set_command_type (IntPtr cmd, GdaCommandType type);
 public static extern void gda_command_set_command_type(IntPtr cmd, GdaCommandType type);
示例#3
0
文件: libgda.cs 项目: nlhepler/mono
		public static extern IntPtr gda_command_new (string text, GdaCommandType type, GdaCommandOptions options);
 public static extern IntPtr gda_command_new(string text, GdaCommandType type, GdaCommandOptions options);