Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.OleDb/OleDbLiteral.cs')
-rw-r--r--mcs/class/System.Data/System.Data.OleDb/OleDbLiteral.cs48
1 files changed, 0 insertions, 48 deletions
diff --git a/mcs/class/System.Data/System.Data.OleDb/OleDbLiteral.cs b/mcs/class/System.Data/System.Data.OleDb/OleDbLiteral.cs
deleted file mode 100644
index b9b2da42d27..00000000000
--- a/mcs/class/System.Data/System.Data.OleDb/OleDbLiteral.cs
+++ /dev/null
@@ -1,48 +0,0 @@
-//
-// System.Data.OleDb.OleDbLiteral
-//
-// Author:
-// Rodrigo Moya (rodrigo@ximian.com)
-//
-// Copyright (C) Rodrigo Moya, 2002
-//
-
-using System.Data;
-using System.Data.Common;
-
-namespace System.Data.OleDb
-{
- public enum OleDbLiteral {
- Binary_Literal,
- Catalog_Name,
- Catalog_Separator,
- Char_Literal,
- Column_Alias,
- Column_Name,
- Correlation_Name,
- Cube_Name,
- Cursor_Name,
- Dimension_Name,
- Escape_Percent_Prefix,
- Escape_Percent_Suffix,
- Escape_Underscore_Prefix,
- Escape_Underscore_Suffix,
- Hierarchy_Name,
- Index_Name,
- Invalid,
- Level_Name,
- Like_Percent,
- Like_Underscore,
- Member_Name,
- Procedure_Name,
- Property_Name,
- Quote_Prefix,
- Quote_Suffix,
- Schema_Name,
- Schema_Separator,
- Table_Name,
- Text_Command,
- User_Name,
- View_Name
- }
-}