Remotion.Linq.SqlBackend.UnitTests.MappingResolverStub.CreateColumn C# (CSharp) Method

CreateColumn() private method

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