Remotion.Linq.SqlBackend.UnitTests.MappingResolverStub.CreateColumn C# (CSharp) 메소드

CreateColumn() 개인적인 메소드

private CreateColumn ( Type columnType, string tableAlias, string columnName, bool isPriamryKey ) : SqlColumnExpression
columnType System.Type
tableAlias string
columnName string
isPriamryKey bool
리턴 Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.SqlColumnExpression
    private SqlColumnExpression CreateColumn (Type columnType, string tableAlias, string columnName, bool isPriamryKey)
    {
      return new SqlColumnDefinitionExpression (columnType, tableAlias, columnName, isPriamryKey);
    }