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);
    }