ArcGISCompare.GeoDbProcs.GetTable C# (CSharp) Метод

GetTable() статический приватный Метод

static private GetTable ( IWorkspace TheWrkspc, String TheTName ) : ITable
TheWrkspc IWorkspace
TheTName String
Результат ITable
    internal static ITable GetTable(IWorkspace TheWrkspc, String TheTName)
    {
      IFeatureWorkspace theFWorkSpace = (IFeatureWorkspace)TheWrkspc;

      return theFWorkSpace.OpenTable(TheTName);
    }